/frameworks/native/libs/binder/ |
D | Status.cpp | 87 : mException(exceptionCode), in Status() 91 : mException(exceptionCode), in Status() 96 status_t status = parcel.readInt32(&mException); in readFromParcel() 103 if (mException == EX_HAS_REPLY_HEADER) { in readFromParcel() 125 mException = EX_NONE; in readFromParcel() 128 if (mException == EX_NONE) { in readFromParcel() 163 if (mException == EX_SERVICE_SPECIFIC) { in readFromParcel() 165 } else if (mException == EX_PARCELABLE) { in readFromParcel() 197 if (mException == EX_TRANSACTION_FAILED) { in writeToParcel() 201 status_t status = parcel->writeInt32(mException); in writeToParcel() [all …]
|
/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/ |
D | AndroidKeystoreAttestationVerificationAttributesTest.java | 43 @Rule public ExpectedException mException = ExpectedException.none(); field in AndroidKeystoreAttestationVerificationAttributesTest 81 mException.expect(CertificateEncodingException.class); in parseCertificate_noAttestationExtension() 82 mException.expectMessage( in parseCertificate_noAttestationExtension() 164 mException.expect(IllegalStateException.class); in parseCertificate_keyBootPatchLevelNotSetException() 165 mException.expectMessage( in parseCertificate_keyBootPatchLevelNotSetException() 179 mException.expect(IllegalStateException.class); in parseCertificate_keyOsPatchLevelNotSetException() 180 mException.expectMessage( in parseCertificate_keyOsPatchLevelNotSetException() 194 mException.expect(IllegalStateException.class); in parseCertificate_keyVendorPatchLevelNotSetException() 195 mException.expectMessage( in parseCertificate_keyVendorPatchLevelNotSetException() 215 mException.expect(IllegalStateException.class); in parseCertificate_keyOsVersionNotSetException() [all …]
|
/frameworks/native/include/binder/ |
D | Status.h | 135 int32_t exceptionCode() const { return mException; } in exceptionCode() 138 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK; in transactionError() 141 return mException == EX_SERVICE_SPECIFIC ? mErrorCode : 0; in serviceSpecificErrorCode() 144 bool isOk() const { return mException == EX_NONE; } in isOk() 160 int32_t mException = EX_NONE; variable
|
/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 135 int32_t exceptionCode() const { return mException; } in exceptionCode() 138 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK; in transactionError() 141 return mException == EX_SERVICE_SPECIFIC ? mErrorCode : 0; in serviceSpecificErrorCode() 144 bool isOk() const { return mException == EX_NONE; } in isOk() 160 int32_t mException = EX_NONE; variable
|
/frameworks/base/core/java/android/content/pm/parsing/result/ |
D | ParseTypeImpl.java | 54 private Exception mException; field in ParseTypeImpl 114 mException = null; 129 + mErrorMessage, mException); 222 mException = exception; 226 mException = new Exception(); 231 Exception exceptionToLog = mException != null ? mException : new Exception(); 269 return mException;
|
/frameworks/libs/modules-utils/java/com/android/modules/utils/ |
D | SynchronousResultReceiver.java | 100 private final RuntimeException mException; field in SynchronousResultReceiver.Result 104 mException = exception; in Result() 109 mException = null; in Result() 117 if (mException != null) { in getValue() 118 throw mException; in getValue() 132 out.writeValue(mException); in writeToParcel() 137 mException= (RuntimeException)in.readValue(null); in Result()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
D | InstallTask.java | 48 private Exception mException = null; field in InstallTask 82 mException = e; in execute() 92 if (mException == null) { in execute() 93 mException = e; in execute() 104 + mErrorDesc + ", " + mException); in execute()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccCardApplicationTest.java | 55 private CommandException mException = null; field in UiccCardApplicationTest 87 mException = (CommandException) ((AsyncResult) msg.obj).exception; in setUp() 113 mException = null; in tearDown() 186 assertNull(mException); in testChangeIccLockPassword() 205 assertNotNull(mException); in testSupplyPin() 206 assertEquals(CommandException.Error.PASSWORD_INCORRECT, mException.getCommandError()); in testSupplyPin()
|
/frameworks/base/media/java/android/media/metrics/ |
D | PlaybackErrorEvent.java | 319 private @Nullable Exception mException; field in PlaybackErrorEvent.Builder 336 mException = value; in setException() 383 if (mException.getStackTrace() != null && mException.getStackTrace().length > 0) { in build() 385 stack = mException.getStackTrace()[0].toString(); in build()
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | Font.java | 88 private @Nullable IOException mException; field in Font.Builder 144 mException = e; in Builder() 172 mException = e; in Builder() 186 mException = e; in Builder() 204 mException = e; in Builder() 220 mException = new FileNotFoundException(resId + " not found"); in Builder() 225 mException = new FileNotFoundException(resId + " must be font file."); in Builder() 232 mException = e; in Builder() 449 if (mException != null) { in build() 450 throw new IOException("Failed to read font contents", mException); in build()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | AsyncRunner.java | 36 private Exception mException; field in AsyncRunner 228 return mException; in getError() 236 mException = exception; in setException()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
D | SoundTriggerMiddlewareLogging.java | 563 private final Exception mException; field in SoundTriggerMiddlewareLogging.ServiceEvent 582 mException = exception; in ServiceEvent() 591 printSystemLog(type, tag, eventToString(), mException); in printLog() 602 if (mException != null) { in eventToString() 604 ObjectPrinter.print(sb, mException); in eventToString() 631 private final Exception mException; field in SoundTriggerMiddlewareLogging.SessionEvent 652 mException = exception; in SessionEvent() 660 printSystemLog(type, tag, eventToString(), mException); in printLog() 670 if (mException != null) { in eventToString() 672 ObjectPrinter.print(sb, mException); in eventToString()
|
D | SoundTriggerHalWatchdog.java | 171 Exception mException = new Exception(); field in SoundTriggerHalWatchdog.Watchdog 175 Slog.e(TAG, "HAL deadline expired. Rebooting.", mException); in Watchdog()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteConnectionPool.java | 797 final RuntimeException ex = waiter.mException; in waitForConnection() 827 if (waiter.mAssignedConnection != null || waiter.mException != null) { in cancelConnectionWaiterLocked() 847 waiter.mException = new OperationCanceledException(); in cancelConnectionWaiterLocked() 938 waiter.mException = ex; in wakeConnectionWaitersLocked() 1131 waiter.mException = null; in recycleConnectionWaiterLocked() 1275 public RuntimeException mException; field in SQLiteConnectionPool.ConnectionWaiter
|
D | SQLiteConnection.java | 1626 operation.mException = null; in beginOperation() 1668 operation.mException = ex; in failOperation() 1802 public Exception mException; field in SQLiteConnection.Operation 1843 if (mException != null) { in describe() 1844 msg.append(", exception=\"").append(mException.getMessage()).append("\""); in describe() 1858 return mException != null ? "failed" : "succeeded"; in getStatus()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 426 if (exceptionHolder.mException != null) { in inflateAndWait() 427 throw exceptionHolder.mException; in inflateAndWait() 432 private Exception mException; field in NotificationContentInflaterTest.ExceptionHolder 435 mException = exception; in setException()
|
D | NotificationRowContentBinderImplTest.kt | 486 var mException: Exception? = null in <lambda>() variable in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImplTest.ExceptionHolder 489 mException = exception in <lambda>() 569 exceptionHolder.mException?.let { throw it } in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskFragmentOrganizerController.java | 922 private final Throwable mException; field in TaskFragmentOrganizerController.PendingTaskFragmentEvent 951 mException = exception; in PendingTaskFragmentEvent() 985 private Throwable mException; field in TaskFragmentOrganizerController.PendingTaskFragmentEvent.Builder 1016 mException = requireNonNull(exception); in setException() 1042 mTaskFragmentToken, mErrorCallbackToken, mException, mActivity, in build() 1242 event.mOpType, event.mException); in prepareChange()
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/ |
D | KeyValueBackupTaskTest.java | 3051 private final RuntimeException mException; field in ThrowingPackageManagerBackupAgent 3057 mException = exception; in ThrowingPackageManagerBackupAgent() 3065 throw mException; in onBackup()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 14452 Landroid/database/sqlite/SQLiteConnection$Operation;->mException:Ljava/lang/Exception; 14583 Landroid/database/sqlite/SQLiteConnectionPool$ConnectionWaiter;->mException:Ljava/lang/RuntimeExcep… 15061 Landroid/filterfw/core/AsyncRunner;->mException:Ljava/lang/Exception;
|