Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 93) sorted by relevance

1234

/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/
DTaskExceptionTest.java37 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
DAgentExceptionTest.java34 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
DBackupExceptionTest.java36 Exception exception = new BackupException(cause); in testConstructor_passesCause() local
/frameworks/base/core/java/com/android/internal/inputmethod/
DCallbackUtils.java54 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
DIVoidResultCallback.aidl23 void onError(in ThrowableHolder exception); in onError()
DIIInputContentUriTokenResultCallback.aidl24 void onError(in ThrowableHolder exception); in onError()
DIInputBindResultResultCallback.aidl24 void onError(in ThrowableHolder exception); in onError()
DIInputMethodSubtypeListResultCallback.aidl24 void onError(in ThrowableHolder exception); in onError()
DIInputMethodSubtypeResultCallback.aidl24 void onError(in ThrowableHolder exception); in onError()
DIInputMethodInfoListResultCallback.aidl24 void onError(in ThrowableHolder exception); in onError()
DIBooleanResultCallback.aidl23 void onError(in ThrowableHolder exception); in onError()
DIIntResultCallback.aidl23 void onError(in ThrowableHolder exception); in onError()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/
DLogEulogizerTest.kt96 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/
DContentProviderResult.java39 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/
Dstatus.cpp30 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/
DEncryptedFullBackupDataProcessor.java111 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/
DRegistrant.java58 notifyException(Throwable exception) in notifyException()
74 internalNotifyRegistrant (Object result, Throwable exception) in internalNotifyRegistrant()
DRegistrantList.java88 internalNotifyRegistrants (Object result, Throwable exception) in internalNotifyRegistrants()
104 notifyException(Throwable exception) in notifyException()
DAsyncResult.java31 public Throwable exception; field in AsyncResult
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DAsyncRunner.java40 public Exception exception; field in AsyncRunner.RunnerResult
235 synchronized private void setException(Exception exception) { in setException()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h268 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/
DVpnIkev2Utils.java319 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/
DResourcesDrawableTest.java54 Exception exception = null; in testLoadColorAsDrawableFailureThrowsOriginalException() local
/frameworks/base/core/tests/coretests/src/android/content/pm/parsing/result/
DParseInputAndResultTest.kt111 val exception = IOException() in errorCodeAndMessageAndException() constant
123 val exception = IOException() in errorCarryResult() constant
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestSuiteBuilder.java236 private final Exception exception; field in TestSuiteBuilder.FailedToCreateTests
238 public FailedToCreateTests(Exception exception) { in FailedToCreateTests()

1234