Searched refs:showNoteTask (Results 1 – 6 of 6) sorted by relevance
287 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 …]
171 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()
116 key.toNoteTaskEntryPointOrNull()?.let(controller::showNoteTask) in handleSystemKey()
163 fun showNoteTask( in showNoteTask() method
145 controller.showNoteTask(entryPoint = QUICK_AFFORDANCE) in <lambda>()
263 verify(controller).showNoteTask(entryPoint = NoteTaskEntryPoint.QUICK_AFFORDANCE) in onTriggered_shouldLaunchNoteTask()