Home
last modified time | relevance | path

Searched refs:mException (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/
H A DAndroidKeystoreAttestationVerificationAttributesTest.java82 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()
216 mException.expectMessage( in parseCertificate_keyOsVersionNotSetException()
243 mException.expectMessage( in parseCertificate_isVerifiedBootLockedNotSetException()
[all …]
/aosp14/frameworks/base/core/java/android/content/pm/parsing/result/
H A DParseTypeImpl.java54 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;
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
H A DInstallTask.java48 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()
/aosp14/frameworks/base/media/java/android/media/metrics/
H A DPlaybackErrorEvent.java319 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()
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DFont.java86 private @Nullable IOException mException; field in Font.Builder
142 mException = e; in Builder()
170 mException = e; in Builder()
184 mException = e; in Builder()
202 mException = e; in Builder()
218 mException = new FileNotFoundException(resId + " not found"); in Builder()
223 mException = new FileNotFoundException(resId + " must be font file."); in Builder()
230 mException = e; in Builder()
447 if (mException != null) { in build()
448 throw new IOException("Failed to read font contents", mException); in build()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerMiddlewareLogging.java563 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()
H A DSoundTriggerHalWatchdog.java171 Exception mException = new Exception(); field in SoundTriggerHalWatchdog.Watchdog
175 Slog.e(TAG, "HAL deadline expired. Rebooting.", mException); in Watchdog()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java36 private Exception mException; field in AsyncRunner
228 return mException; in getError()
236 mException = exception; in setException()
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java790 final RuntimeException ex = waiter.mException; in waitForConnection()
820 if (waiter.mAssignedConnection != null || waiter.mException != null) { in cancelConnectionWaiterLocked()
840 waiter.mException = new OperationCanceledException(); in cancelConnectionWaiterLocked()
931 waiter.mException = ex; in wakeConnectionWaitersLocked()
1124 waiter.mException = null; in recycleConnectionWaiterLocked()
1256 public RuntimeException mException; field in SQLiteConnectionPool.ConnectionWaiter
H A DSQLiteConnection.java1502 operation.mException = null; in beginOperation()
1544 operation.mException = ex; in failOperation()
1678 public Exception mException; field in SQLiteConnection.Operation
1719 if (mException != null) { in describe()
1720 msg.append(", exception=\"").append(mException.getMessage()).append("\""); in describe()
1734 return mException != null ? "failed" : "succeeded"; in getStatus()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java414 if (exceptionHolder.mException != null) { in inflateAndWait()
415 throw exceptionHolder.mException; in inflateAndWait()
420 private Exception mException; field in NotificationContentInflaterTest.ExceptionHolder
423 mException = exception; in setException()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskFragmentOrganizerController.java819 private final Throwable mException; field in TaskFragmentOrganizerController.PendingTaskFragmentEvent
842 mException = exception; in PendingTaskFragmentEvent()
873 private Throwable mException; field in TaskFragmentOrganizerController.PendingTaskFragmentEvent.Builder
897 mException = requireNonNull(exception); in setException()
918 mErrorCallbackToken, mException, mActivity, mTask, mOpType); in build()
1117 event.mOpType, event.mException); in prepareChange()
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/
H A DKeyValueBackupTaskTest.java3051 private final RuntimeException mException; field in ThrowingPackageManagerBackupAgent
3057 mException = exception; in ThrowingPackageManagerBackupAgent()
3065 throw mException; in onBackup()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14452 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;