/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/ |
D | TaskExceptionTest.java | 37 TaskException exception = TaskException.stateCompromised(); in testStateCompromised() local 47 TaskException exception = TaskException.stateCompromised(cause); in testStateCompromised_whenCauseInstanceOfTaskException() local 58 TaskException exception = TaskException.stateCompromised(cause); in testStateCompromised_whenCauseNotInstanceOfTaskException() local 74 TaskException exception = in testForStatus_whenTransportNotInitialized() local 85 TaskException exception = TaskException.causedBy(cause); in testCausedBy_whenCauseInstanceOfTaskException_returnsCause() local 94 TaskException exception = TaskException.causedBy(cause); in testCausedBy_whenCauseNotInstanceOfTaskException() local 104 TaskException exception = TaskException.create(); in testCreate() local
|
D | AgentExceptionTest.java | 34 AgentException exception = AgentException.transitory(); in testTransitory_isTransitory() local 43 AgentException exception = AgentException.transitory(cause); in testTransitory_withCause() local 51 AgentException exception = AgentException.permanent(); in testPermanent_isNotTransitory() local 60 AgentException exception = AgentException.permanent(cause); in testPermanent_withCause() local
|
D | BackupExceptionTest.java | 36 Exception exception = new BackupException(cause); in testConstructor_passesCause() local
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | CallbackUtils.java | 54 Throwable exception = null; in onResult() local 80 Throwable exception = null; in onResult() local 107 Throwable exception = null; in onResult() local 134 Throwable exception = null; in onResult() local 161 Throwable exception = null; in onResult() local 187 Throwable exception = null; in onResult() local 212 Throwable exception = null; in onResult() local 239 Throwable exception = null; in onResult() local
|
D | IVoidResultCallback.aidl | 23 void onError(in ThrowableHolder exception); in onError()
|
D | IIInputContentUriTokenResultCallback.aidl | 24 void onError(in ThrowableHolder exception); in onError()
|
D | IInputBindResultResultCallback.aidl | 24 void onError(in ThrowableHolder exception); in onError()
|
D | IInputMethodSubtypeListResultCallback.aidl | 24 void onError(in ThrowableHolder exception); in onError()
|
D | IInputMethodSubtypeResultCallback.aidl | 24 void onError(in ThrowableHolder exception); in onError()
|
D | IInputMethodInfoListResultCallback.aidl | 24 void onError(in ThrowableHolder exception); in onError()
|
D | IBooleanResultCallback.aidl | 23 void onError(in ThrowableHolder exception); in onError()
|
D | IIntResultCallback.aidl | 23 void onError(in ThrowableHolder exception); in onError()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/ |
D | LogEulogizerTest.kt | 96 val exception = RuntimeException("Something bad happened") in testFileIsCreated() constant 110 val exception = RuntimeException("Something bad happened") in testExistingFileIsOverwritten() constant 124 val exception = RuntimeException("Something bad happened") in testYoungFileIsNotOverwritten() constant
|
/frameworks/base/core/java/android/content/ |
D | ContentProviderResult.java | 39 public final @Nullable Throwable exception; field in ContentProviderResult 53 public ContentProviderResult(@NonNull Throwable exception) { in ContentProviderResult() 58 public ContentProviderResult(Uri uri, Integer count, Bundle extras, Throwable exception) { in ContentProviderResult()
|
/frameworks/native/libs/binder/ndk/ |
D | status.cpp | 30 AStatus* AStatus_fromExceptionCode(binder_exception_t exception) { in AStatus_fromExceptionCode() 34 AStatus* AStatus_fromExceptionCodeWithMessage(binder_exception_t exception, const char* message) { in AStatus_fromExceptionCodeWithMessage() 135 binder_exception_t PruneException(int32_t exception) { in PruneException()
|
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/tasks/ |
D | EncryptedFullBackupDataProcessor.java | 111 Optional<Exception> exception = getTaskException(); in pushData() local 148 Optional<Exception> exception = getTaskException(); in finish() local 193 private void reportNetworkFailureIfNecessary(Exception exception) { in reportNetworkFailureIfNecessary()
|
/frameworks/base/core/java/android/os/ |
D | Registrant.java | 58 notifyException(Throwable exception) in notifyException() 74 internalNotifyRegistrant (Object result, Throwable exception) in internalNotifyRegistrant()
|
D | RegistrantList.java | 88 internalNotifyRegistrants (Object result, Throwable exception) in internalNotifyRegistrants() 104 notifyException(Throwable exception) in notifyException()
|
D | AsyncResult.java | 31 public Throwable exception; field in AsyncResult
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | AsyncRunner.java | 40 public Exception exception; field in AsyncRunner.RunnerResult 235 synchronized private void setException(Exception exception) { in setException()
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_auto_utils.h | 268 binder_exception_t exception = getExceptionCode(); in getDescription() local 286 static ScopedAStatus fromExceptionCode(binder_exception_t exception) { in fromExceptionCode() 289 static ScopedAStatus fromExceptionCodeWithMessage(binder_exception_t exception, in fromExceptionCodeWithMessage()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | VpnIkev2Utils.java | 319 public void onClosedExceptionally(@NonNull IkeException exception) { in onClosedExceptionally() 325 public void onError(@NonNull IkeProtocolException exception) { in onError() 355 public void onClosedExceptionally(@NonNull IkeException exception) { in onClosedExceptionally()
|
/frameworks/base/core/tests/coretests/src/android/content/res/ |
D | ResourcesDrawableTest.java | 54 Exception exception = null; in testLoadColorAsDrawableFailureThrowsOriginalException() local
|
/frameworks/base/core/tests/coretests/src/android/content/pm/parsing/result/ |
D | ParseInputAndResultTest.kt | 111 val exception = IOException() in errorCodeAndMessageAndException() constant 123 val exception = IOException() in errorCarryResult() constant
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
D | TestSuiteBuilder.java | 236 private final Exception exception; field in TestSuiteBuilder.FailedToCreateTests 238 public FailedToCreateTests(Exception exception) { in FailedToCreateTests()
|