Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 58) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java422 boolean failure = false; in doInBackground()
447 failure = true; in doInBackground()
468 failure = true; in doInBackground()
476 failure = true; in doInBackground()
513 failure = true; in doInBackground()
551 failure = true; in doInBackground()
566 failure = true; in doInBackground()
575 failure = true; in doInBackground()
584 failure = true; in doInBackground()
591 failure = true; in doInBackground()
[all …]
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DMetadataFuture.java46 public void onFailed(CaptureFailure failure) { in onFailed() argument
47 super.onFailed(failure); in onFailed()
48 if (failure.getReason() == CaptureFailure.REASON_FLUSHED) { in onFailed()
50 } else if (failure.getReason() == CaptureFailure.REASON_ERROR) { in onFailed()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
DCropAndSetWallpaperTask.java78 boolean failure = false; in cropBitmap()
93 failure = true; in cropBitmap()
97 failure = true; in cropBitmap()
99 return !failure; // True if any of the operations failed in cropBitmap()
/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
DRepeatFailureDetector.java109 public void onFailed(CaptureFailure failure) { in onFailed() argument
110 if (failure.getReason() == CaptureFailure.REASON_ERROR) { in onFailed()
116 mFailureFrameNumber = failure.getFrameNumber(); in onFailed()
/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailSettingsActivity.java440 boolean failure = false; in onActivityResult()
450 failure = true; in onActivityResult()
454 failure = true; in onActivityResult()
474 failure = true; in onActivityResult()
478 if (failure) { in onActivityResult()
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
DResponseListenerBroadcaster.java64 public void onFailed(CaptureFailure failure) { in onFailed() argument
66 listener.onFailed(failure); in onFailed()
DTagDispatchCaptureSession.java79 CaptureFailure failure) { in onCaptureFailed() argument
81 mListeners.get(tag).onFailed(failure); in onCaptureFailed()
DResponseListener.java67 public void onFailed(CaptureFailure failure) { in onFailed() argument
/packages/apps/DevCamera/src/com/android/devcamera/
DLoggingCallbacks.java128 …oid onCaptureFailed(CameraCaptureSession session, CaptureRequest request, CaptureFailure failure) { in onCaptureFailed() argument
129 super.onCaptureFailed(session, request, failure); in onCaptureFailed()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DContentProviderTask.java77 private static Result newFailure(Exception failure) { in newFailure() argument
78 return new Result(failure, null); in newFailure()
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
DAndroidCameraCaptureSessionProxy.java63 CaptureFailure failure) { in onCaptureFailed() argument
64 mCallback.onCaptureFailed(AndroidCameraCaptureSessionProxy.this, request, failure); in onCaptureFailed()
DCameraCaptureSessionProxy.java44 CaptureFailure failure); in onCaptureFailed() argument
/packages/providers/CalendarProvider/tests/
DEMMA_README32 # run the CTS tests; note we can't get success/failure result in $?
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestVideoProvider.java319 CaptureFailure failure) { in onCaptureFailed() argument
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses178 work stoppage, computer failure or malfunction, or any and all
372 work stoppage, computer failure or malfunction, or any and all
566 work stoppage, computer failure or malfunction, or any and all
760 work stoppage, computer failure or malfunction, or any and all
952 work stoppage, computer failure or malfunction, or any and all
1146 work stoppage, computer failure or malfunction, or any and all
1340 work stoppage, computer failure or malfunction, or any and all
1534 work stoppage, computer failure or malfunction, or any and all
1726 work stoppage, computer failure or malfunction, or any and all
1918 work stoppage, computer failure or malfunction, or any and all
[all …]
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dpointer.md184 …olving functions assumes valid pointer. Resolving with an invalid pointer causes assertion failure.
/packages/apps/BasicSmsReceiver/
DNOTICE174 work stoppage, computer failure or malfunction, or any and all
/packages/apps/Launcher2/
DNOTICE174 work stoppage, computer failure or malfunction, or any and all
/packages/providers/TelephonyProvider/
DNOTICE174 work stoppage, computer failure or malfunction, or any and all
/packages/apps/Launcher3/
DNOTICE174 work stoppage, computer failure or malfunction, or any and all
/packages/apps/Email/
DNOTICE174 work stoppage, computer failure or malfunction, or any and all
/packages/providers/BlockedNumberProvider/
DNOTICE174 work stoppage, computer failure or malfunction, or any and all
/packages/apps/Provision/
DNOTICE174 work stoppage, computer failure or malfunction, or any and all
/packages/apps/SoundRecorder/
DNOTICE174 work stoppage, computer failure or malfunction, or any and all
/packages/apps/QuickSearchBox/
DNOTICE174 work stoppage, computer failure or malfunction, or any and all

123