Searched refs:canLaunchCaptureContentActivityForNoteInternal (Results 1 – 4 of 4) sorted by relevance
87 .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()
27 int canLaunchCaptureContentActivityForNoteInternal(in int taskId); in canLaunchCaptureContentActivityForNoteInternal() method
136 if (canLaunchCaptureContentActivityForNoteInternal(taskId) in onBind()148 public int canLaunchCaptureContentActivityForNoteInternal(int taskId) { in onBind() method
152 service -> service.canLaunchCaptureContentActivityForNoteInternal(getTaskId())); in onCreate()