Searched refs:mException (Results 1 – 9 of 9) sorted by relevance
73 private Exception mException; field in IwlanError95 mException = exception; in IwlanError()98 mException = exception; in IwlanError()104 mException = exception; in IwlanErrorIkeProtocolException()113 mException = exception; in IwlanErrorIkeInternalException()121 return mException; in getException()137 if (mException == null) { in errorDetailsString()143 sb.append("MSG: " + mException.getMessage() + "\n CAUSE: "); in errorDetailsString()144 sb.append(mException.getCause()); in errorDetailsString()147 sb.append(mException.toString()); in errorDetailsString()[all …]
46 private final Throwable mException; field in SyncAnswer50 mException = exception; in SyncAnswer()80 if (mException != null) { in answer()81 throw mException; in answer()
241 private Exception mException; in scheduleAsyncMediaRequest()252 mException = e; in scheduleAsyncMediaRequest()260 Assert.isNull(mException); in scheduleAsyncMediaRequest()271 } else if (mException != null) { in scheduleAsyncMediaRequest()273 mediaRequest.getKey(), mException); in scheduleAsyncMediaRequest()275 bindableRequest.onMediaResourceLoadError(bindableRequest, mException); in scheduleAsyncMediaRequest()
64 private final Exception mException; field in Contact86 mException = exception; in Contact()130 mException = null; in Contact()157 mException = from.mException; in Contact()249 return mException; in getException()
48 private Exception mException; field in ImagePersistTask133 mException = e; in doInBackgroundTimed()149 mException = e; in doInBackgroundTimed()168 Assert.notNull(mException); in onPostExecute()169 mCallback.onMediaFailed(mException); in onPostExecute()
417 private Exception mException; in openCamera()429 mException = e; in openCamera()452 mListener.onCameraError(ERROR_OPENING_CAMERA, mException); in openCamera()
270 private final @Nullable Exception mException; field in Model.Update275 mException = null; in Update()282 mException = exception; in Update()297 && mException instanceof AuthenticationRequiredException; in hasAuthenticationException()303 && mException instanceof CrossProfileException; in hasCrossProfileException()307 return mException; in getException()
97 private final Exception mException; field in Contact107 mException = exception; in Contact()147 mException = null; in Contact()174 mException = from.mException; in Contact()283 return mException; in getException()
60 @Nullable private Exception mException; field in SwitchSlotSidecar81 return mException; in getException()111 mException = result.exception; in onPostExecute()