Home
last modified time | relevance | path

Searched refs:CAPTURE_CONTENT_FOR_NOTE_SUCCESS (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsService.java21 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_SUCCESS;
111 == CAPTURE_CONTENT_FOR_NOTE_SUCCESS; in onBind()
127 : CAPTURE_CONTENT_FOR_NOTE_SUCCESS; in onBind()
H A DAppClipsTrampolineActivity.java21 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_SUCCESS;
180 case CAPTURE_CONTENT_FOR_NOTE_SUCCESS: in handleAppClipsStatusCode()
260 if (statusCode == CAPTURE_CONTENT_FOR_NOTE_SUCCESS) { in onReceiveResult()
H A DAppClipsActivity.java265 Intent.CAPTURE_CONTENT_FOR_NOTE_SUCCESS); in setResultThenFinish()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/appclips/
H A DAppClipsTrampolineActivityTest.java22 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_SUCCESS;
238 bundle.putInt(EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE, CAPTURE_CONTENT_FOR_NOTE_SUCCESS); in startAppClipsActivity_shouldReturnSuccess()
245 .isEqualTo(CAPTURE_CONTENT_FOR_NOTE_SUCCESS); in startAppClipsActivity_shouldReturnSuccess()
263 .thenReturn(completedFuture(CAPTURE_CONTENT_FOR_NOTE_SUCCESS)); in mockToSatisfyAllPrerequisites()
H A DAppClipsServiceTest.java21 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_SUCCESS;
174 .isEqualTo(CAPTURE_CONTENT_FOR_NOTE_SUCCESS); in allPrerequisitesSatisfy_internal_shouldReturnSuccess()
H A DAppClipsActivityTest.java147 .isEqualTo(Intent.CAPTURE_CONTENT_FOR_NOTE_SUCCESS); in screenshotDisplayed_userConsented_screenshotExportedSuccessfully()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java5207 public static final int CAPTURE_CONTENT_FOR_NOTE_SUCCESS = 0; field in Intent
5236 CAPTURE_CONTENT_FOR_NOTE_SUCCESS, CAPTURE_CONTENT_FOR_NOTE_FAILED,
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10943 field public static final int CAPTURE_CONTENT_FOR_NOTE_SUCCESS = 0; // 0x0