Home
last modified time | relevance | path

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

1234567

/frameworks/base/core/tests/coretests/src/android/os/
DMessageQueueTest.java45 failure(new RuntimeException( in handleMessage()
50 failure(new RuntimeException( in handleMessage()
58 failure(new RuntimeException( in handleMessage()
125 failure(new RuntimeException( in handleMessage()
130 failure(new RuntimeException( in handleMessage()
138 failure(new RuntimeException( in handleMessage()
173 failure(new RuntimeException( in testFieldIntegrity()
177 failure(new RuntimeException(String.format( in testFieldIntegrity()
181 failure(new RuntimeException(String.format( in testFieldIntegrity()
185 failure(new RuntimeException(String.format( in testFieldIntegrity()
[all …]
DTestHandlerThread.java72 public void failure(RuntimeException failure) { in failure() argument
75 mFailure = failure; in failure()
DBroadcasterTest.java56 failure(); in test1()
91 failure(); in handleMessage()
155 failure(); in test4()
190 failure(); in test5()
226 failure(); in test6()
DIdleHandlerTest.java77 failure(new RuntimeException( in testOneShotFirst()
113 failure(new RuntimeException( in testOneShotLater()
148 failure(new RuntimeException( in testRepeatedFirst()
184 failure(new RuntimeException( in testRepeatedLater()
DMessengerTest.java75 failure(new RuntimeException( in handleMessage()
80 failure(new RuntimeException( in handleMessage()
85 failure(new RuntimeException( in handleMessage()
DHandlerTester.java55 public void failure() { in failure() method in HandlerTester
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DFailureDialogFragment.java48 public static void show(FragmentManager fm, int failure, in show() argument
51 if (failure != CopyService.FAILURE_COPY) { in show()
56 args.putInt(CopyService.EXTRA_FAILURE, failure); in show()
DDocumentsActivity.java202 final int failure = intent.getIntExtra(CopyService.EXTRA_FAILURE, 0); in onCreate() local
203 if (failure != 0) { in onCreate()
206 FailureDialogFragment.show(getFragmentManager(), failure, failedSrcList, dstStack); in onCreate() local
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
DCamera2CaptureCallbackSplitter.java59 CaptureFailure failure) { in onCaptureFailed() argument
61 target.onCaptureFailed(session, request, failure); in onCaptureFailed()
DCamera2CaptureCallbackForwarder.java52 final CaptureFailure failure) { in onCaptureFailed() argument
56 mListener.onCaptureFailed(session, request, failure); in onCaptureFailed()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java574 boolean failure = false;
592 failure = true;
594 return !failure;
611 failure = true;
630 failure = true;
644 failure = true;
720 failure = true;
789 failure = true;
794 failure = true;
797 return !failure; // True if any of the operations failed
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingCaptureCallback.java147 CaptureFailure failure) { in onCaptureFailed() argument
148 if (mProxy != null) mProxy.onCaptureFailed(session, request, failure); in onCaptureFailed()
/frameworks/base/test-runner/src/junit/runner/
DFailureDetailView.java23 public void showFailure(TestFailure failure); in showFailure() argument
/frameworks/compile/slang/lit-tests/
DREADME19 the failure. Note that tests marked as "Expected Fail" (XFAIL) will not print
20 failure information, even with -v.
/frameworks/base/core/java/android/hardware/camera2/impl/
DCallbackProxies.java126 CaptureRequest request, CaptureFailure failure) { in onCaptureFailed() argument
127 mProxy.invoke("onCaptureFailed", camera, request, failure); in onCaptureFailed()
DCameraDeviceImpl.java284 public void setRemoteFailure(final CameraRuntimeException failure) { in setRemoteFailure() argument
288 switch (failure.getReason()) { in setRemoteFailure()
305 Log.wtf(TAG, "Unknown failure in opening camera device: " + failure.getReason()); in setRemoteFailure()
1096 CaptureRequest request, CaptureFailure failure) { in onCaptureFailed() argument
1906 final CaptureFailure failure = new CaptureFailure( in onCaptureErrorLocked() local
1920 failure); in onCaptureErrorLocked()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java232 Throwable failure = null;
238 failure = e;
242 data, failure == null ? structure : null, failure, content));
1306 void doOnHandleAssist(Bundle data, AssistStructure structure, Throwable failure, in doOnHandleAssist() argument
1308 if (failure != null) { in doOnHandleAssist()
1309 onAssistStructureFailure(failure); in doOnHandleAssist()
1324 public void onAssistStructureFailure(Throwable failure) { in onAssistStructureFailure() argument
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2AgentImpl.java436 CaptureFailure failure) { in handleMessage()
437 Log.e(TAG, "Focusing failed with reason " + failure.getReason()); in handleMessage()
615 CaptureFailure failure) { in handleMessage()
617 failure.getReason()); in handleMessage()
970 CaptureFailure failure) {
971 Log.e(TAG, "Capture attempt failed with reason " + failure.getReason());
/frameworks/base/docs/html/training/location/
Ddisplay-address.jd168 process, you need two numeric constants that indicate success or failure.
220 results consist of the previously-mentioned numeric success/failure code and
222 the address. In the case of a failure, the string contains the error message,
287 numeric code is useful for reporting the success or failure of the geocoding
289 the address. In the case of a failure, the message contains some text
290 describing the reason for failure.</p>
434 the address. In the case of a failure, the <code>resultData</code> contains
435 text describing the reason for failure. For details of the possible errors,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken41 private int mExpectingAcknowledgeGsmSmsFailureCause; // expecting ack SMS failure cause
55 * Expect a call to acknowledgeLastIncomingGsmSms with success flag and failure cause.
56 * @param success true if expecting success; false if expecting failure
57 * @param cause the failure cause, if success is false
68 * @param success true if expecting success; false if expecting failure
/frameworks/base/core/java/android/hardware/camera2/
DCameraCaptureSession.java886 @NonNull CaptureRequest request, @NonNull CaptureFailure failure) { in onCaptureFailed() argument
/frameworks/base/core/java/android/net/
DPacProxySelector.java124 public void connectFailed(URI uri, SocketAddress address, IOException failure) { in connectFailed() argument
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dnsd-wifi-direct.jd95 // and listener that will be used to indicate success or failure of
192 This method also takes a listener to report success or failure.</p>
237 this provides you with callbacks indicating success or failure. To diagnose
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags36 # CDMA data network setup failure
/frameworks/base/docs/html/training/id-auth/
Dauthenticate.jd163 <p>The third failure case, having insufficient credentials, is communicated via the {@link
205 android.accounts.AccountManager} failure. The only way to discover whether a token is expired or not
208 So this is a failure that can only be detected when an application like yours tries to use the auth

1234567