Home
last modified time | relevance | path

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

1234567

/frameworks/base/core/tests/coretests/src/android/os/
DMessageQueueTest.java47 failure(new RuntimeException( in handleMessage()
52 failure(new RuntimeException( in handleMessage()
60 failure(new RuntimeException( in handleMessage()
127 failure(new RuntimeException( in handleMessage()
132 failure(new RuntimeException( in handleMessage()
140 failure(new RuntimeException( in handleMessage()
175 failure(new RuntimeException( in testFieldIntegrity()
179 failure(new RuntimeException(String.format( in testFieldIntegrity()
183 failure(new RuntimeException(String.format( in testFieldIntegrity()
187 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/hardware/interfaces/sensorservice/1.0/
DISensorManager.hal37 * @return list the list of available sensors, or empty on failure
38 * @return result OK on success or UNKNOWN_ERROR on failure
46 * value on failure.
76 * @return chan The created channel, or NULL if failure.
97 * @return chan The created channel, or NULL if failure.
114 * @return queue the event queue created. null on failure.
/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/core/java/android/service/voice/
DVoiceInteractionSession.java254 Throwable failure = null;
260 failure = e;
264 data, failure == null ? structure : null, failure, content,
1432 void doOnHandleAssist(Bundle data, AssistStructure structure, Throwable failure, in doOnHandleAssist() argument
1434 if (failure != null) { in doOnHandleAssist()
1435 onAssistStructureFailure(failure); in doOnHandleAssist()
1440 void doOnHandleAssistSecondary(Bundle data, AssistStructure structure, Throwable failure, in doOnHandleAssistSecondary() argument
1442 if (failure != null) { in doOnHandleAssistSecondary()
1443 onAssistStructureFailure(failure); in doOnHandleAssistSecondary()
1458 public void onAssistStructureFailure(Throwable failure) { in onAssistStructureFailure() 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/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcFailCause.java190 for (String failure : permanentFailureStrings) { in isPermanentFailure()
191 permanentFailureSet.add(DcFailCause.valueOf(failure)); in isPermanentFailure()
/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()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp735 sp<CameraCaptureFailure> failure(new CameraCaptureFailure()); in onCaptureErrorLocked() local
736 failure->frameNumber = frameNumber; in onCaptureErrorLocked()
738 failure->reason = CAPTURE_FAILURE_REASON_ERROR; in onCaptureErrorLocked()
739 failure->sequenceId = sequenceId; in onCaptureErrorLocked()
740 failure->wasImageCaptured = (errorCode == in onCaptureErrorLocked()
748 msg->setObject(kCaptureFailureKey, failure); in onCaptureErrorLocked()
939 ACameraCaptureFailure* failure = in onMessageReceived() local
942 (*onFail)(context, session.get(), request, failure); in onMessageReceived()
944 delete failure; in onMessageReceived()
/frameworks/native/cmds/bugreportz/
Dreadme.md19 - `FAIL:<error message>` in case of failure.
/frameworks/base/core/java/com/android/internal/midi/
DMidiDispatcher.java42 void onReceiverFailure(MidiReceiver receiver, IOException failure); in onReceiverFailure() argument
/frameworks/av/camera/include/camera/ndk/
DNdkCameraCaptureSession.h205 ACaptureRequest* request, ACameraCaptureFailure* failure);
/frameworks/av/media/libstagefright/codec2/include/
DC2Work.h50 Failure failure; member
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java116 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseOne()
118 } else if (e.failure == ConnectionException.FAILURE_CALL) { in doInstantAppResolutionPhaseOne()
214 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseTwo()
DEphemeralResolverConnection.java244 public final int failure; field in EphemeralResolverConnection.ConnectionException
246 failure = _failure; in ConnectionException()
/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/proto/src/
Dwifi.proto372 // No failure.
375 // DHCP failure.
403 // Reasons for level 2 failure (needs to be coordinated with wpa-supplicant).
464 // Catch all for failures with no specific failure reason
607 // The reason code if there was EAP failure while authenticating.
676 // Authentication failure reason, as reported by WifiManager (calculated from state & deauth code)
/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

1234567