Home
last modified time | relevance | path

Searched refs:NoteTaskEntryPoint (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskEventLogger.kt20 import com.android.systemui.notetask.NoteTaskEntryPoint.APP_CLIPS
21 import com.android.systemui.notetask.NoteTaskEntryPoint.KEYBOARD_SHORTCUT
22 import com.android.systemui.notetask.NoteTaskEntryPoint.QS_NOTES_TILE
23 import com.android.systemui.notetask.NoteTaskEntryPoint.QUICK_AFFORDANCE
24 import com.android.systemui.notetask.NoteTaskEntryPoint.TAIL_BUTTON
25 import com.android.systemui.notetask.NoteTaskEntryPoint.WIDGET_PICKER_SHORTCUT
26 import com.android.systemui.notetask.NoteTaskEntryPoint.WIDGET_PICKER_SHORTCUT_IN_MULTI_WINDOW_MODE
DNoteTaskInfo.kt19 import com.android.systemui.notetask.NoteTaskEntryPoint.WIDGET_PICKER_SHORTCUT_IN_MULTI_WINDOW_MODE
26 val entryPoint: NoteTaskEntryPoint? = null,
34 if (entryPoint == NoteTaskEntryPoint.QS_NOTES_TILE) {
DNoteTaskController.kt46 import com.android.systemui.notetask.NoteTaskEntryPoint.KEYBOARD_SHORTCUT
47 import com.android.systemui.notetask.NoteTaskEntryPoint.QUICK_AFFORDANCE
48 import com.android.systemui.notetask.NoteTaskEntryPoint.TAIL_BUTTON
114 fun startNotesRoleSetting(activityContext: Context, entryPoint: NoteTaskEntryPoint?) { in startNotesRoleSetting()
134 fun getUserForHandlingNotesTaking(entryPoint: NoteTaskEntryPoint): UserHandle = in getUserForHandlingNotesTaking()
158 fun showNoteTask(entryPoint: NoteTaskEntryPoint) { in showNoteTask()
165 fun showNoteTaskAsUser(entryPoint: NoteTaskEntryPoint, user: UserHandle) { in showNoteTaskAsUser()
173 private suspend fun awaitShowNoteTaskAsUser(entryPoint: NoteTaskEntryPoint, user: UserHandle) { in awaitShowNoteTaskAsUser()
DNoteTaskInitializer.kt35 import com.android.systemui.notetask.NoteTaskEntryPoint.KEYBOARD_SHORTCUT
36 import com.android.systemui.notetask.NoteTaskEntryPoint.TAIL_BUTTON
171 private fun KeyEvent.toNoteTaskEntryPointOrNull(): NoteTaskEntryPoint? { in KeyEvent()
DNoteTaskEntryPoint.kt28 enum class NoteTaskEntryPoint { class
DLaunchNotesRoleSettingsTrampolineActivity.kt42 NoteTaskEntryPoint.QUICK_AFFORDANCE in onCreate()
DNoteTaskInfoResolver.kt38 entryPoint: NoteTaskEntryPoint? = null, in resolveInfo()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notetask/
DNoteTaskEventLoggerTest.kt58 val info = createNoteTaskInfo().copy(entryPoint = NoteTaskEntryPoint.WIDGET_PICKER_SHORTCUT) in logNoteTaskOpened_entryPointWidgetPickerShortcut_noteOpenedViaShortcut()
68 val info = createNoteTaskInfo().copy(entryPoint = NoteTaskEntryPoint.QUICK_AFFORDANCE) in onNoteTaskBubbleExpanded_entryPointQuickAffordance_noteOpenedViaQuickAffordance()
81 entryPoint = NoteTaskEntryPoint.TAIL_BUTTON, in onNoteTaskBubbleExpanded_entryPointTailButtonAndIsKeyguardUnlocked_noteOpenedViaTailButtonUnlocked()
96 entryPoint = NoteTaskEntryPoint.TAIL_BUTTON, in onNoteTaskBubbleExpanded_entryPointTailButtonAndIsKeyguardLocked_noteOpenedViaTailButtonLocked()
122 entryPoint = NoteTaskEntryPoint.TAIL_BUTTON, in logNoteTaskClosed_entryPointTailButton_noteClosedViaTailButtonUnlocked()
137 entryPoint = NoteTaskEntryPoint.TAIL_BUTTON, in logNoteTaskClosed_entryPointTailButtonAndKeyguardLocked_noteClosedViaTailButtonLocked()
DNoteTaskInfoTest.kt22 import com.android.systemui.notetask.NoteTaskEntryPoint.QS_NOTES_TILE
23 import com.android.systemui.notetask.NoteTaskEntryPoint.WIDGET_PICKER_SHORTCUT_IN_MULTI_WINDOW_MODE
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/shortcut/
DLaunchNoteTaskActivity.kt25 import com.android.systemui.notetask.NoteTaskEntryPoint
36 NoteTaskEntryPoint.WIDGET_PICKER_SHORTCUT_IN_MULTI_WINDOW_MODE in onCreate()
38 NoteTaskEntryPoint.WIDGET_PICKER_SHORTCUT in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/notes/domain/interactor/
DNotesTileUserActionInteractor.kt21 import com.android.systemui.notetask.NoteTaskEntryPoint
48 noteTaskController.showNoteTask(NoteTaskEntryPoint.QS_NOTES_TILE) in handleClick()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/shortcut/
DLaunchNoteTaskActivityTest.kt27 import com.android.systemui.notetask.NoteTaskEntryPoint
71 .showNoteTaskAsUser(eq(NoteTaskEntryPoint.WIDGET_PICKER_SHORTCUT), any()) in startActivityOnNonWorkProfileUser_shouldLaunchNoteTask()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/notes/domain/interactor/
DNotesTileUserActionInteractorTest.kt25 import com.android.systemui.notetask.NoteTaskEntryPoint
61 verify(noteTaskController).showNoteTask(NoteTaskEntryPoint.QS_NOTES_TILE) in handleClick_launchDefaultNotesApp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
DLaunchNotesRoleSettingsTrampolineActivityTest.kt29 import com.android.systemui.notetask.NoteTaskEntryPoint.QUICK_AFFORDANCE
DNoteTaskControllerTest.kt52 import com.android.systemui.notetask.NoteTaskEntryPoint.APP_CLIPS in <lambda>()
53 import com.android.systemui.notetask.NoteTaskEntryPoint.KEYBOARD_SHORTCUT in <lambda>()
54 import com.android.systemui.notetask.NoteTaskEntryPoint.QUICK_AFFORDANCE in <lambda>()
55 import com.android.systemui.notetask.NoteTaskEntryPoint.TAIL_BUTTON in <lambda>()
56 import com.android.systemui.notetask.NoteTaskEntryPoint.WIDGET_PICKER_SHORTCUT in <lambda>()
365 entryPoint = NoteTaskEntryPoint.TAIL_BUTTON, in <lambda>()
DNoteTaskInitializerTest.kt36 import com.android.systemui.notetask.NoteTaskEntryPoint.KEYBOARD_SHORTCUT
37 import com.android.systemui.notetask.NoteTaskEntryPoint.TAIL_BUTTON
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
DAppClipsTrampolineActivity.java58 import com.android.systemui.notetask.NoteTaskEntryPoint;
284 mNoteTaskController.showNoteTaskAsUser(NoteTaskEntryPoint.APP_CLIPS, mUserHandle); in onReceiveResult()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/quickaffordance/
DNoteTaskQuickAffordanceConfigTest.kt38 import com.android.systemui.notetask.NoteTaskEntryPoint
403 verify(controller).showNoteTask(entryPoint = NoteTaskEntryPoint.QUICK_AFFORDANCE) in onTriggered_shouldLaunchNoteTask()
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/quickaffordance/
DNoteTaskQuickAffordanceConfig.kt43 import com.android.systemui.notetask.NoteTaskEntryPoint.QUICK_AFFORDANCE in <lambda>()