/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/ |
D | RetryRuleTest.java | 47 RetryableStatement(int numberFailures, T exception) { in RetryableStatement() 83 final RetryableException exception = new RetryableException(timeout, "Y U NO?"); in testPassOnRetryableExceptionWithTimeout() local 115 final RetryableException exception = new RetryableException("Y U NO?"); in testFailWhenDisabledAndStatementThrowsRetryableException() local 128 final RuntimeException exception = new RuntimeException("Y U NO?"); in testFailWhenDisabledAndStatementThrowsNonRetryableException() local
|
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/ |
D | RetryRuleTest.java | 47 RetryableStatement(int numberFailures, T exception) { in RetryableStatement() 83 final RetryableException exception = new RetryableException(timeout, "Y U NO?"); in testPassOnRetryableExceptionWithTimeout() local 115 final RetryableException exception = new RetryableException("Y U NO?"); in testFailWhenDisabledAndStatementThrowsRetryableException() local 128 final RuntimeException exception = new RuntimeException("Y U NO?"); in testFailWhenDisabledAndStatementThrowsNonRetryableException() local
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/ |
D | ExposedService.java | 33 String exception = null; in onBind() local 54 String exception = null; in onStartCommand() local
|
D | ExposedActivity.java | 41 String exception = null; in onCreate() local
|
D | NormalWebActivity.java | 43 String exception = null; in onCreate() local
|
D | NormalActivity.java | 50 String exception = null; in onCreate() local
|
D | NormalService.java | 37 String exception = null; in onStartCommand() local
|
D | ExposedProvider.java | 55 String exception = null; in query() local
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_status.cpp | 72 binder_exception_t exception, in checkIsErrorException() 120 for (binder_exception_t exception : kErrorExceptions) { in TEST() local 129 for (binder_exception_t exception : kErrorExceptions) { in TEST() local 164 for (binder_exception_t exception : kUnknownExceptions) { in TEST() local 176 for (binder_exception_t exception : kUnknownExceptions) { in TEST() local
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | LogHelper.java | 22 static void loge(String message, Exception exception) { in loge()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManager_NameNotFoundExceptionTest.java | 29 PackageManager.NameNotFoundException exception = new PackageManager.NameNotFoundException(); in testNameNotFoundException() local
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/ImplicitlyExposedApp/src/com/android/cts/implicitapp/ |
D | ImplicitActivity.java | 40 String exception = null; in onCreate() local
|
/cts/tests/tests/car/src/android/car/cts/ |
D | ExceptionsTest.java | 48 CarNotConnectedException exception = new CarNotConnectedException(); in testCarNotConnectedException() local
|
/cts/tools/dasm/src/dasm/ |
D | DasmCatchBuilder.java | 62 UnprocessedCatch(String exception, String from, String to, in UnprocessedCatch() 82 void add(String exception, String branch) { in add() 149 public void add(String exception, String start, String end, String branch) { in add()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | BroadcastRpcBase.java | 87 final String exception = responseBundle.get().getString(EXTRA_EXCEPTION); in invoke() local 114 Throwable exception = null; in onReceive() local
|
D | SafeCleanerRule.java | 71 public SafeCleanerRule add(Throwable exception) { in add()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | BroadcastRpcBase.java | 88 final String exception = responseBundle.get().getString(EXTRA_EXCEPTION); in invoke() local 115 Throwable exception = null; in onReceive() local
|
D | SafeCleanerRule.java | 71 public SafeCleanerRule add(Throwable exception) { in add()
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | DeviceInfo.java | 147 private void error(String message, Throwable exception) { in error() 153 private void failed(String message, Throwable exception) { in failed()
|
/cts/tests/sensor/jni/ |
D | nativeTestHelper.cpp | 39 jobject exception = env->NewObject(exClass, constructor, msgStr, nullptr); in fail() local
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/ |
D | TestResult.java | 88 String status, String exception, Intent intent, in TestResult() 139 private String exception; field in TestResult.Builder
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | AbstractContentCaptureActivity.java | 118 final AtomicReference<Exception> exception = new AtomicReference<>(); in syncCallOnUiThread() local
|
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/ |
D | MediaStorageTest.java | 302 RecoverableSecurityException exception = null; in doMediaEscalation_Open() local 329 RecoverableSecurityException exception = null; in doMediaEscalation_Update() local 353 RecoverableSecurityException exception = null; in doMediaEscalation_Delete() local 366 private void doEscalation(RecoverableSecurityException exception) throws Exception { in doEscalation()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MidiSoloTest.java | 174 IOException exception = null; in testMidiReceiverException() local
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | TestProcessClient.java | 106 Throwable exception; in run() local
|