Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsViewModel.java19 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()
H A DAppClipsTrampolineActivity.java20 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()
H A DAppClipsActivity.java143 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()
H A DAppClipsService.java20 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_FAILED;
118 return CAPTURE_CONTENT_FOR_NOTE_FAILED; in onBind()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/appclips/
H A DAppClipsViewModelTest.java19 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()
H A DAppClipsServiceTest.java20 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()
H A DAppClipsTrampolineActivityTest.java21 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()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java5213 public static final int CAPTURE_CONTENT_FOR_NOTE_FAILED = 1; field in Intent
5236 CAPTURE_CONTENT_FOR_NOTE_SUCCESS, CAPTURE_CONTENT_FOR_NOTE_FAILED,
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10942 field public static final int CAPTURE_CONTENT_FOR_NOTE_FAILED = 1; // 0x1