Home
last modified time | relevance | path

Searched refs:canLaunchCaptureContentActivityForNoteInternal (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/appclips/
H A DAppClipsServiceTest.java87 .canLaunchCaptureContentActivityForNoteInternal(FAKE_TASK_ID)) in flagOff_internal_shouldReturnFailed()
104 .canLaunchCaptureContentActivityForNoteInternal(FAKE_TASK_ID)) in emptyBubbles_internal_shouldReturnFailed()
121 .canLaunchCaptureContentActivityForNoteInternal(FAKE_TASK_ID)) in taskIdNotAppBubble_internal_shouldReturnWindowUnsupported()
138 .canLaunchCaptureContentActivityForNoteInternal(FAKE_TASK_ID)) in dpmScreenshotBlocked_internal_shouldReturnBlockedByAdmin()
155 .canLaunchCaptureContentActivityForNoteInternal(FAKE_TASK_ID)) in configComponentNameNotValid_internal_shouldReturnFailed()
173 .canLaunchCaptureContentActivityForNoteInternal(FAKE_TASK_ID)) in allPrerequisitesSatisfy_internal_shouldReturnSuccess()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsService.java110 return canLaunchCaptureContentActivityForNoteInternal(taskId) in onBind()
116 public int canLaunchCaptureContentActivityForNoteInternal(int taskId) { in onBind() method in AppClipsService
H A DAppClipsTrampolineActivity.java152 service -> service.canLaunchCaptureContentActivityForNoteInternal(getTaskId())); in onCreate()
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIAppClipsService.aidl27 int canLaunchCaptureContentActivityForNoteInternal(in int taskId); in canLaunchCaptureContentActivityForNoteInternal() method