Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanError.java73 private Exception mException; field in IwlanError
95 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 …]
/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DSyncAnswer.java46 private final Throwable mException; field in SyncAnswer
50 mException = exception; in SyncAnswer()
80 if (mException != null) { in answer()
81 throw mException; in answer()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DMediaResourceManager.java241 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()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContact.java64 private final Exception mException; field in Contact
86 mException = exception; in Contact()
130 mException = null; in Contact()
157 mException = from.mException; in Contact()
249 return mException; in getException()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DImagePersistTask.java48 private Exception mException; field in ImagePersistTask
133 mException = e; in doInBackgroundTimed()
149 mException = e; in doInBackgroundTimed()
168 Assert.notNull(mException); in onPostExecute()
169 mCallback.onMediaFailed(mException); in onPostExecute()
DCameraManager.java417 private Exception mException; in openCamera()
429 mException = e; in openCamera()
452 mListener.onCameraError(ERROR_OPENING_CAMERA, mException); in openCamera()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DModel.java270 private final @Nullable Exception mException; field in Model.Update
275 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()
/packages/apps/Contacts/src/com/android/contacts/model/
DContact.java97 private final Exception mException; field in Contact
107 mException = exception; in Contact()
147 mException = null; in Contact()
174 mException = from.mException; in Contact()
283 return mException; in getException()
/packages/apps/Settings/src/com/android/settings/network/
DSwitchSlotSidecar.java60 @Nullable private Exception mException; field in SwitchSlotSidecar
81 return mException; in getException()
111 mException = result.exception; in onPostExecute()