| /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/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 | 29 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/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/base/services/core/java/com/android/server/connectivity/ |
| D | VpnIkev2Utils.java | 277 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/ |
| 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()
|
| /frameworks/native/libs/binder/ndk/include_ndk/android/ |
| D | binder_auto_utils.h | 243 static ScopedAStatus fromExceptionCode(binder_exception_t exception) { in fromExceptionCode() 246 static ScopedAStatus fromExceptionCodeWithMessage(binder_exception_t exception, in fromExceptionCodeWithMessage()
|
| /frameworks/base/test-base/src/junit/framework/ |
| D | TestCase.java | 131 Throwable exception= null; in runBare() local
|
| /frameworks/base/services/backup/java/com/android/server/backup/keyvalue/ |
| D | TaskException.java | 39 TaskException exception = (TaskException) cause; in stateCompromised() local
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/ |
| D | LogicalChannelMocker.java | 48 Throwable exception = isException ? (Throwable) responseObject : null; in mockOpenLogicalChannelResponse() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
| D | NotificationEntryListener.java | 79 default void onInflationError(StatusBarNotification notification, Exception exception) { in onInflationError()
|
| /frameworks/base/core/tests/coretests/src/android/widget/ |
| D | AppWidgetHostViewTest.java | 55 public final ExpectedException exception = ExpectedException.none(); field in AppWidgetHostViewTest
|
| /frameworks/base/core/tests/utillib/src/android/test/ |
| D | BandwidthTestCase.java | 118 Throwable exception = null; in runMethod() local
|
| /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
| D | Log.java | 54 public void exception(Throwable t, String format, Object... args) { in exception() method in Log
|
| /frameworks/base/test-runner/src/android/test/ |
| D | TestPrinter.java | 66 private void failed(String className, Throwable exception) { in failed()
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
| D | WifiConfigStoreEncryptionUtil.java | 187 private void reportException(Exception exception, String error) { in reportException()
|