Searched refs:CAPTURE_CONTENT_FOR_NOTE_FAILED (Results 1 – 9 of 9) sorted by relevance
19 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_FAILED;83 mErrorLiveData.setValue(CAPTURE_CONTENT_FOR_NOTE_FAILED); in performScreenshot()127 mErrorLiveData.setValue(CAPTURE_CONTENT_FOR_NOTE_FAILED); in saveScreenshotThenFinish()133 mErrorLiveData.setValue(CAPTURE_CONTENT_FOR_NOTE_FAILED); in saveScreenshotThenFinish()
20 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_FAILED;184 case CAPTURE_CONTENT_FOR_NOTE_FAILED: in handleAppClipsStatusCode()215 setErrorResultAndFinish(CAPTURE_CONTENT_FOR_NOTE_FAILED); in launchAppClipsActivity()253 int statusCode = CAPTURE_CONTENT_FOR_NOTE_FAILED; in onReceiveResult()256 CAPTURE_CONTENT_FOR_NOTE_FAILED); in onReceiveResult()
143 setErrorThenFinish(Intent.CAPTURE_CONTENT_FOR_NOTE_FAILED); in onCreate()192 setError(Intent.CAPTURE_CONTENT_FOR_NOTE_FAILED); in onDestroy()237 setErrorThenFinish(Intent.CAPTURE_CONTENT_FOR_NOTE_FAILED); in saveScreenshotThenFinish()245 setErrorThenFinish(Intent.CAPTURE_CONTENT_FOR_NOTE_FAILED); in saveScreenshotThenFinish()
20 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_FAILED;118 return CAPTURE_CONTENT_FOR_NOTE_FAILED; in onBind()
19 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_FAILED;84 .isEqualTo(CAPTURE_CONTENT_FOR_NOTE_FAILED); in performScreenshot_fails_shouldUpdateErrorWithFailed()110 .isEqualTo(CAPTURE_CONTENT_FOR_NOTE_FAILED); in saveScreenshot_throwsError_shouldUpdateErrorWithFailed()123 .isEqualTo(CAPTURE_CONTENT_FOR_NOTE_FAILED); in saveScreenshot_failsSilently_shouldUpdateErrorWithFailed()
20 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_FAILED;88 .isEqualTo(CAPTURE_CONTENT_FOR_NOTE_FAILED); in flagOff_internal_shouldReturnFailed()105 .isEqualTo(CAPTURE_CONTENT_FOR_NOTE_FAILED); in emptyBubbles_internal_shouldReturnFailed()156 .isEqualTo(CAPTURE_CONTENT_FOR_NOTE_FAILED); in configComponentNameNotValid_internal_shouldReturnFailed()
21 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_FAILED;168 .thenReturn(completedFuture(CAPTURE_CONTENT_FOR_NOTE_FAILED)); in queryService_returnedFailed_shouldFinishWithFailed()175 .isEqualTo(CAPTURE_CONTENT_FOR_NOTE_FAILED); in queryService_returnedFailed_shouldFinishWithFailed()
5213 public static final int CAPTURE_CONTENT_FOR_NOTE_FAILED = 1; field in Intent5236 CAPTURE_CONTENT_FOR_NOTE_SUCCESS, CAPTURE_CONTENT_FOR_NOTE_FAILED,
10942 field public static final int CAPTURE_CONTENT_FOR_NOTE_FAILED = 1; // 0x1