Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
H A DLaunchNotesRoleSettingsTrampolineActivityTest.kt72 verify(noteTaskController).startNotesRoleSetting(any(Context::class.java), eq(null))
80 .startNotesRoleSetting(any(Context::class.java), eq(QUICK_AFFORDANCE))
H A DNoteTaskControllerTest.kt912 createNoteTaskController().startNotesRoleSetting(context, QUICK_AFFORDANCE)
926 createNoteTaskController().startNotesRoleSetting(context, entryPoint = null)
939 createNoteTaskController().startNotesRoleSetting(context, QUICK_AFFORDANCE)
952 createNoteTaskController().startNotesRoleSetting(context, entryPoint = null)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
H A DLaunchNotesRoleSettingsTrampolineActivity.kt46 controller.startNotesRoleSetting(this, entryPoint)
H A DNoteTaskController.kt110 fun startNotesRoleSetting(activityContext: Context, entryPoint: NoteTaskEntryPoint?) { regex