Searched refs:mException (Results 1 – 6 of 6) sorted by relevance
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()
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()
283 private final @Nullable Exception mException; field in Model.Update288 mException = null; in Update()295 mException = exception; in Update()310 && mException instanceof AuthenticationRequiredException; in hasAuthenticationException()314 return mException; in getException()