Searched refs:mException (Results 1 – 9 of 9) sorted by relevance
61 : 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 …]
123 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
49 private CommandException mException = null; field in UiccCardApplicationTest80 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()
36 private Exception mException; field in AsyncRunner228 return mException; in getError()236 mException = exception; in setException()
232 if (exceptionHolder.mException != null) { in runThenWaitForInflation()233 throw exceptionHolder.mException; in runThenWaitForInflation()238 private Exception mException; field in NotificationInflaterTest.ExceptionHolder241 mException = exception; in setException()
680 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
1310 operation.mException = null; in beginOperation()1349 operation.mException = ex; in failOperation()1466 public Exception mException; field in SQLiteConnection.Operation1501 if (mException != null) { in describe()1502 msg.append(", exception=\"").append(mException.getMessage()).append("\""); in describe()1510 return mException != null ? "failed" : "succeeded"; in getStatus()
44 private InflationException mException; field in NotificationTestHelper
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...