Home
last modified time | relevance | path

Searched refs:CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
DAppClipsService.java22 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED;
157 return CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED; in onBind()
DAppClipsTrampolineActivity.java22 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED;
185 case CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED: in handleAppClipsStatusCode()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/appclips/
DAppClipsTrampolineActivityTest.java24 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED;
184 .thenReturn(completedFuture(CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED)); in queryService_returnedWindowModeUnsupported_shouldFinishWithWindowModeUnsupported()
191 .isEqualTo(CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED); in queryService_returnedWindowModeUnsupported_shouldFinishWithWindowModeUnsupported()
DAppClipsServiceTest.java22 import static android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED;
122 .isEqualTo(CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED); in taskIdNotAppBubble_internal_shouldReturnWindowUnsupported()
/frameworks/base/core/java/android/content/
DIntent.java5338 public static final int CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED = 3; field in Intent
5349 CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED,
/frameworks/base/core/api/
Dcurrent.txt11294 field public static final int CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED = 3; // 0x3