/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/test/java/com/google/cloud/resourcemanager/ |
H A D | ResourceManagerImplTest.java | 451 String exceptionMessage = "Internal Error"; in testRetryableException() local 472 String exceptionMessage = "Project " + PARTIAL_PROJECT.getProjectId() + " not found."; in testNonRetryableException() local 493 String exceptionMessage = "Artificial runtime exception"; in testRuntimeException() local 532 String exceptionMessage = "Not Found"; in testTestOrgPermissionsWithResourceManagerException() local 577 String exceptionMessage = "Should fail because the organization policy doesn't exist."; in testClearOrgPolicyWithResourceManagerException() local 620 String exceptionMessage = "Not Found"; in testGetEffectiveOrgPolicyWithResourceManagerException() local 662 String exceptionMessage = "Not Found"; in testGetOrgPolicyWithResourceManagerException() local 709 String exceptionMessage = "Not Found"; in listAvailableOrgPolicyConstraintsWithResourceManagerException() local 756 String exceptionMessage = "Not Found"; in testListOrgPoliciesWithResourceManagerException() local 798 String exceptionMessage = "Not Found"; in testSetOrgPolicyWithResourceManagerException() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/s3control/src/test/java/software/amazon/awssdk/services/s3control/ |
H A D | BuilderClientContextParamsTest.java | 138 private final String exceptionMessage; field in BuilderClientContextParamsTest.TestCase 162 public String exceptionMessage() { in exceptionMessage() method in BuilderClientContextParamsTest.TestCase 179 private String exceptionMessage; field in BuilderClientContextParamsTest.TestCase.Builder 198 public Builder exceptionMessage(String exceptionMessage) { in exceptionMessage() method in BuilderClientContextParamsTest.TestCase.Builder
|
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/ |
H A D | BuilderClientContextParamsTest.java | 250 private final String exceptionMessage; field in BuilderClientContextParamsTest.TestCase 274 public String exceptionMessage() { in exceptionMessage() method in BuilderClientContextParamsTest.TestCase 291 private String exceptionMessage; field in BuilderClientContextParamsTest.TestCase.Builder 310 public Builder exceptionMessage(String exceptionMessage) { in exceptionMessage() argument
|
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/di/ |
D | FakeComponents.kt | 140 private var exceptionMessage = "" variable in com.android.healthconnect.controller.tests.utils.di.FakeLoadDataAggregationsUseCase 227 private var exceptionMessage = "" variable 257 private var exceptionMessage = "" variable 307 private var exceptionMessage = "" variable 426 private var exceptionMessage = "" variable
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/exception/ |
H A D | ParseErrorException.java | 78 public ParseErrorException(String exceptionMessage) in ParseErrorException() 176 public ParseErrorException(String exceptionMessage, Info info) in ParseErrorException() 191 public ParseErrorException(String exceptionMessage, Info info, String[] stacktrace) in ParseErrorException() 207 public ParseErrorException(String exceptionMessage, Info info, String invalidSyntax) in ParseErrorException()
|
H A D | ResourceNotFoundException.java | 45 public ResourceNotFoundException(final String exceptionMessage) in ResourceNotFoundException() 56 public ResourceNotFoundException(final String exceptionMessage, final Throwable t) in ResourceNotFoundException() 68 …public ResourceNotFoundException(final String exceptionMessage, final Throwable t, final String[] … in ResourceNotFoundException()
|
H A D | MacroOverflowException.java | 38 public MacroOverflowException(final String exceptionMessage) in MacroOverflowException() 47 public MacroOverflowException(final String exceptionMessage, final Throwable wrapped) in MacroOverflowException() 58 …public MacroOverflowException(final String exceptionMessage, final Throwable wrapped, final String… in MacroOverflowException()
|
H A D | VelocityException.java | 51 public VelocityException(final String exceptionMessage) in VelocityException() 61 public VelocityException(final String exceptionMessage, final Throwable wrapped) in VelocityException() 72 …public VelocityException(final String exceptionMessage, final Throwable wrapped, final String[] vt… in VelocityException()
|
H A D | MathException.java | 36 public MathException(final String exceptionMessage) in MathException() 46 public MathException(final String exceptionMessage, final String[] stacktrace) in MathException()
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | ModuleDefinitionTest.java | 656 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation() local 701 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation_runtime() local 741 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation_error() local 787 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation_moduleListener() local 839 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation_unresponsive() local 892 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation_PassAfterModuleRetry() local 946 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation_FailAfterModuleRetry() local
|
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/ |
H A D | TunerSessionHidlTest.java | 596 String exceptionMessage = "HAL service died."; in cancel_whenHalThrowsRemoteException_fails() local 633 String exceptionMessage = "HAL service died."; in getImage_whenHalThrowsException_fails() local 851 String exceptionMessage = "HAL service died."; in setParameters_whenHalThrowsRemoteException_fails() local 877 String exceptionMessage = "HAL service died."; in getParameters_whenServiceThrowsRemoteException_fails() local
|
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/ |
H A D | VolleyError.java | 33 public VolleyError(String exceptionMessage) { in VolleyError() 38 public VolleyError(String exceptionMessage, Throwable reason) { in VolleyError()
|
/aosp_15_r20/external/aws-sdk-java-v2/test/region-testing/src/test/java/software/amazon/awssdk/regiontesting/ |
H A D | EndpointVariantsTest.java | 143 private final String exceptionMessage; field in EndpointVariantsTest.FailureCase 145 … public FailureCase(String service, String region, String exceptionMessage, EndpointTag... tags) { in FailureCase()
|
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/ |
H A D | TunerSessionTest.java | 636 String exceptionMessage = "HAL service died."; in cancel_whenHalThrowsRemoteException_fails() local 673 String exceptionMessage = "HAL service died."; in getImage_whenHalThrowsException_fails() local 1149 String exceptionMessage = "HAL service died."; in setParameters_whenHalThrowsRemoteException_fails() local 1175 String exceptionMessage = "HAL service died."; in getParameters_whenServiceThrowsRemoteException_fails() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/token/credentials/ |
H A D | SdkTokenProviderChainTest.java | 157 private final String exceptionMessage; field in SdkTokenProviderChainTest.MockTokenProvider 164 private MockTokenProvider(String exceptionMessage) { in MockTokenProvider()
|
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/ |
H A D | AwsCredentialsProviderChainTest.java | 177 private final String exceptionMessage; field in AwsCredentialsProviderChainTest.MockCredentialsProvider 184 private MockCredentialsProvider(String exceptionMessage) { in MockCredentialsProvider()
|
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/ |
H A D | DualstackEndpointTest.java | 149 private final String exceptionMessage; field in DualstackEndpointTest.FailureCase 155 String exceptionMessage, in FailureCase()
|
H A D | FipsEndpointTest.java | 149 private final String exceptionMessage; field in FipsEndpointTest.FailureCase 155 String exceptionMessage, in FailureCase()
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/logcat/ |
H A D | Logcat.java | 143 String exceptionMessage = exceptionTitlePaths[1]; in findSystemServerExceptions() local 179 String exceptionClass, String exceptionMessage, List<String> traceLines, in extractStackTraceFromStrings()
|
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/access/ |
D | LoadAccessUseCase.kt | 136 …private fun exceptionMessage(healthPermissionType: HealthPermissionType) : String = "healthPermiss… in <lambda>() method in com.android.healthconnect.controller.data.access.LoadAccessUseCase
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | PermissionUtilsTest.kt | 139 val exceptionMessage = "test exception message" in testEnforceSystemFeature() constant
|
/aosp_15_r20/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/ |
D | AbstractSdkLevelSupportedRuleTestCase.java | 789 StringSubject exceptionMessage = in testSkippedWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local 807 StringSubject exceptionMessage = in testThrewWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local 916 StringSubject exceptionMessage = in testSkippedWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithZ() local
|
/aosp_15_r20/external/google-cloud-java/java-translate/google-cloud-translate/src/test/java/com/google/cloud/translate/ |
H A D | TranslateImplTest.java | 402 String exceptionMessage = "Not Implemented"; in testNonRetryableException() local 423 String exceptionMessage = "Artificial runtime exception"; in testRuntimeException() local
|
/aosp_15_r20/frameworks/base/packages/Vcn/service-b/src/com/android/server/vcn/ |
H A D | Vcn.java | 689 @Nullable String exceptionMessage); in onGatewayConnectionError() 717 @Nullable String exceptionMessage) { in onGatewayConnectionError()
|
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/event/ |
H A D | VirtualThreadSubmitFailedEvent.java | 32 public String exceptionMessage; field in VirtualThreadSubmitFailedEvent
|