Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
H A DNoteTaskControllerTest.kt378 .showNoteTask(
413 noteTaskController.showNoteTask(entryPoint = TAIL_BUTTON)
430 createNoteTaskController().showNoteTask(entryPoint = TAIL_BUTTON)
550 createNoteTaskController().showNoteTask(entryPoint = QUICK_AFFORDANCE)
566 createNoteTaskController().showNoteTask(entryPoint = QUICK_AFFORDANCE)
582 createNoteTaskController().showNoteTask(entryPoint = QUICK_AFFORDANCE)
598 createNoteTaskController().showNoteTask(entryPoint = QUICK_AFFORDANCE)
610 createNoteTaskController().showNoteTask(entryPoint = QUICK_AFFORDANCE)
620 createNoteTaskController().showNoteTask(entryPoint = QUICK_AFFORDANCE)
638 createNoteTaskController().showNoteTask(entryPoint = TAIL_BUTTON)
[all …]
H A DNoteTaskInitializerTest.kt171 verify(controller).showNoteTask(any())
230 verify(controller, never()).showNoteTask(any())
236 verify(controller).showNoteTask(any())
258 verify(controller, times(1)).showNoteTask(any())
274 verify(controller, never()).showNoteTask(any())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
H A DNoteTaskInitializer.kt113 key.toNoteTaskEntryPointOrNull()?.let(controller::showNoteTask)
H A DNoteTaskController.kt160 fun showNoteTask( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/quickaffordance/
H A DNoteTaskQuickAffordanceConfig.kt144 controller.showNoteTask(entryPoint = QUICK_AFFORDANCE)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/quickaffordance/
H A DNoteTaskQuickAffordanceConfigTest.kt272 verify(controller).showNoteTask(entryPoint = NoteTaskEntryPoint.QUICK_AFFORDANCE)