Home
last modified time | relevance | path

Searched refs:showNoteTaskAsUser (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/shortcut/
H A DLaunchNoteTaskActivity.kt40 controller.showNoteTaskAsUser(entryPoint, user)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/shortcut/
H A DLaunchNoteTaskActivityTest.kt71 .showNoteTaskAsUser(eq(NoteTaskEntryPoint.WIDGET_PICKER_SHORTCUT), any())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
H A DNoteTaskController.kt165 showNoteTaskAsUser(entryPoint, getUserForHandlingNotesTaking(entryPoint))
169 fun showNoteTaskAsUser( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsTrampolineActivity.java269 mNoteTaskController.showNoteTaskAsUser(NoteTaskEntryPoint.APP_CLIPS, mUserHandle); in onReceiveResult()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
H A DNoteTaskControllerTest.kt261 .showNoteTaskAsUser(entryPoint = expectedInfo.entryPoint!!, user = user10)