Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DStatus.cpp61 : mException(exceptionCode), in Status()
65 : mException(exceptionCode), in Status()
70 status_t status = parcel.readInt32(&mException); in readFromParcel()
77 if (mException == EX_HAS_REPLY_HEADER) { in readFromParcel()
89 mException = EX_NONE; in readFromParcel()
92 if (mException == EX_NONE) { in readFromParcel()
105 if (mException == EX_SERVICE_SPECIFIC) { in readFromParcel()
107 } else if (mException == EX_PARCELABLE) { in readFromParcel()
129 if (mException == EX_TRANSACTION_FAILED) { in writeToParcel()
133 status_t status = parcel->writeInt32(mException); in writeToParcel()
[all …]
/frameworks/native/libs/binder/include/binder/
DStatus.h123 int32_t exceptionCode() const { return mException; } in exceptionCode()
126 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK; in transactionError()
129 return mException == EX_SERVICE_SPECIFIC ? mErrorCode : 0; in serviceSpecificErrorCode()
132 bool isOk() const { return mException == EX_NONE; } in isOk()
148 int32_t mException = EX_NONE; variable
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardApplicationTest.java49 private CommandException mException = null; field in UiccCardApplicationTest
80 mException = (CommandException) ((AsyncResult) msg.obj).exception; in onLooperPrepared()
193 assertNull(mException); in testChangeIccLockPassword()
214 assertNotNull(mException); in testSupplyPin()
215 assertEquals(CommandException.Error.PASSWORD_INCORRECT, mException.getCommandError()); in testSupplyPin()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DAsyncRunner.java36 private Exception mException; field in AsyncRunner
228 return mException; in getError()
236 mException = exception; in setException()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationInflaterTest.java232 if (exceptionHolder.mException != null) { in runThenWaitForInflation()
233 throw exceptionHolder.mException; in runThenWaitForInflation()
238 private Exception mException; field in NotificationInflaterTest.ExceptionHolder
241 mException = exception; in setException()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java680 final RuntimeException ex = waiter.mException; in waitForConnection()
709 if (waiter.mAssignedConnection != null || waiter.mException != null) { in cancelConnectionWaiterLocked()
729 waiter.mException = new OperationCanceledException(); in cancelConnectionWaiterLocked()
819 waiter.mException = ex; in wakeConnectionWaitersLocked()
990 waiter.mException = null; in recycleConnectionWaiterLocked()
1069 public RuntimeException mException; field in SQLiteConnectionPool.ConnectionWaiter
DSQLiteConnection.java1310 operation.mException = null; in beginOperation()
1349 operation.mException = ex; in failOperation()
1466 public Exception mException; field in SQLiteConnection.Operation
1501 if (mException != null) { in describe()
1502 msg.append(", exception=\"").append(mException.getMessage()).append("\""); in describe()
1510 return mException != null ? "failed" : "succeeded"; in getStatus()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java44 private InflationException mException; field in NotificationTestHelper
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...