Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/appclips/
H A DAppClipsServiceTest.java79 .canLaunchCaptureContentActivityForNote(FAKE_TASK_ID)).isFalse(); in flagOff_shouldReturnFalse()
96 .canLaunchCaptureContentActivityForNote(FAKE_TASK_ID)).isFalse(); in emptyBubbles_shouldReturnFalse()
113 .canLaunchCaptureContentActivityForNote(FAKE_TASK_ID)).isFalse(); in taskIdNotAppBubble_shouldReturnFalse()
130 .canLaunchCaptureContentActivityForNote(FAKE_TASK_ID)).isFalse(); in dpmScreenshotBlocked_shouldReturnFalse()
147 .canLaunchCaptureContentActivityForNote(FAKE_TASK_ID)).isFalse(); in configComponentNameNotValid_shouldReturnFalse()
165 .canLaunchCaptureContentActivityForNote(FAKE_TASK_ID)).isTrue(); in allPrerequisitesSatisfy_shouldReturnTrue()
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DAppClipsServiceConnector.java51 public boolean canLaunchCaptureContentActivityForNote(int taskId) { in canLaunchCaptureContentActivityForNote() method in AppClipsServiceConnector
69 service).canLaunchCaptureContentActivityForNote(taskId)); in connectToServiceAndProcessRequest()
H A DIAppClipsService.aidl25 boolean canLaunchCaptureContentActivityForNote(in int taskId); in canLaunchCaptureContentActivityForNote() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsService.java109 public boolean canLaunchCaptureContentActivityForNote(int taskId) { in onBind()
/aosp14/frameworks/base/core/java/android/app/
H A DStatusBarManager.java1278 public boolean canLaunchCaptureContentActivityForNote(@NonNull Activity activity) { in canLaunchCaptureContentActivityForNote() method in StatusBarManager
1283 .canLaunchCaptureContentActivityForNote(taskId); in canLaunchCaptureContentActivityForNote()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7289 …LAUNCH_CAPTURE_CONTENT_ACTIVITY_FOR_NOTE) public boolean canLaunchCaptureContentActivityForNote(@N…