Home
last modified time | relevance | path

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

123

/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/native/libs/binder/ndk/
Dstatus.cpp29 AStatus* AStatus_fromExceptionCode(binder_exception_t exception) { in AStatus_fromExceptionCode()
33 AStatus* AStatus_fromExceptionCodeWithMessage(binder_exception_t exception, const char* message) { in AStatus_fromExceptionCodeWithMessage()
132 binder_exception_t PruneException(int32_t exception) { in PruneException()
/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/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java277 public void onClosedExceptionally(@NonNull IkeException exception) { in onClosedExceptionally()
283 public void onError(@NonNull IkeProtocolException exception) { in onError()
313 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/test-runner/src/android/test/suitebuilder/
DTestSuiteBuilder.java236 private final Exception exception; field in TestSuiteBuilder.FailedToCreateTests
238 public FailedToCreateTests(Exception exception) { in FailedToCreateTests()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h244 static ScopedAStatus fromExceptionCode(binder_exception_t exception) { in fromExceptionCode()
247 static ScopedAStatus fromExceptionCodeWithMessage(binder_exception_t exception, in fromExceptionCodeWithMessage()
/frameworks/base/test-base/src/junit/framework/
DTestCase.java131 Throwable exception= null; in runBare() local
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/
DTaskException.java39 TaskException exception = (TaskException) cause; in stateCompromised() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DLogicalChannelMocker.java48 Throwable exception = isException ? (Throwable) responseObject : null; in mockOpenLogicalChannelResponse() local
/frameworks/base/core/tests/coretests/src/android/widget/
DAppWidgetHostViewTest.java55 public final ExpectedException exception = ExpectedException.none(); field in AppWidgetHostViewTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryListener.java87 default void onInflationError(StatusBarNotification notification, Exception exception) { in onInflationError()
/frameworks/base/core/tests/utillib/src/android/test/
DBandwidthTestCase.java118 Throwable exception = null; in runMethod() local
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DLog.java54 public void exception(Throwable t, String format, Object... args) { in exception() method in Log
/frameworks/base/test-runner/src/android/test/
DTestPrinter.java66 private void failed(String className, Throwable exception) { in failed()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DWifiConfigStoreEncryptionUtil.java187 private void reportException(Exception exception, String error) { in reportException()
/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java398 Exception exception = null; in applyRemoteViews() local
457 private void applyContent(View content, boolean recycled, Exception exception) { in applyContent()
605 Exception exception = null; in getDefaultView() local
/frameworks/base/core/jni/
Dandroid_os_SharedMemory.cpp46 jobject exception = env->NewObject(errnoExceptionClass, in throwErrnoException() local
/frameworks/rs/tests/lldb/tests/harness/
Ddecorators.py122 exception=UserWarning argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DApduSender.java263 @Nullable Throwable exception, in closeAndReturn()

123