Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
DNoteTaskControllerTest.kt287 createNoteTaskController().showNoteTask(entryPoint = expectedInfo.entryPoint!!) in <lambda>()
313 createNoteTaskController().showNoteTask(entryPoint = expectedInfo.entryPoint!!) in <lambda>()
334 createNoteTaskController().showNoteTask(entryPoint = expectedInfo.entryPoint!!) in <lambda>()
350 createNoteTaskController().showNoteTask(entryPoint = expectedInfo.entryPoint!!) in <lambda>()
380 .showNoteTask( in <lambda>()
404 createNoteTaskController(bubbles = null).showNoteTask(entryPoint = TAIL_BUTTON) in <lambda>()
415 noteTaskController.showNoteTask(entryPoint = TAIL_BUTTON) in <lambda>()
423 createNoteTaskController(isEnabled = false).showNoteTask(entryPoint = TAIL_BUTTON) in <lambda>()
432 createNoteTaskController().showNoteTask(entryPoint = TAIL_BUTTON) in <lambda>()
444 createNoteTaskController().showNoteTask(entryPoint = expectedInfo.entryPoint!!) in <lambda>()
[all …]
DNoteTaskInitializerTest.kt171 verify(controller).showNoteTask(any()) in initialize_handleSystemKey()
230 verify(controller, never()).showNoteTask(any()) in tailButtonGestureDetection_singlePress_shouldShowNoteTaskOnUp()
236 verify(controller).showNoteTask(any()) in tailButtonGestureDetection_singlePress_shouldShowNoteTaskOnUp()
258 verify(controller, times(1)).showNoteTask(any()) in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice()
274 verify(controller, never()).showNoteTask(any()) in tailButtonGestureDetection_longPress_shouldNotShowNoteTask()
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskInitializer.kt116 key.toNoteTaskEntryPointOrNull()?.let(controller::showNoteTask) in handleSystemKey()
DNoteTaskController.kt163 fun showNoteTask( in showNoteTask() method in com.android.systemui.notetask.NoteTaskController
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/quickaffordance/
DNoteTaskQuickAffordanceConfig.kt145 controller.showNoteTask(entryPoint = QUICK_AFFORDANCE) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/quickaffordance/
DNoteTaskQuickAffordanceConfigTest.kt263 verify(controller).showNoteTask(entryPoint = NoteTaskEntryPoint.QUICK_AFFORDANCE) in onTriggered_shouldLaunchNoteTask()