Searched refs:notifyTaskListUpdated (Results 1 – 3 of 3) sorted by relevance
1128 verify(controller, times(2)).notifyTaskListUpdated(); in addTask_callsTaskNotificationController()1145 verify(controller).notifyTaskListUpdated(); in addTask_taskAlreadyInRecentsMovedToTop_callsTaskNotificationController()1175 verify(controller, times(2)).notifyTaskListUpdated(); in removeTask_callsTaskNotificationController()1190 verify(controller, times(4)).notifyTaskListUpdated(); in removeALlVisibleTask_callsTaskNotificationController_twice()
471 mTaskNotificationController.notifyTaskListUpdated(); in notifyTaskAdded()478 mTaskNotificationController.notifyTaskListUpdated(); in notifyTaskRemoved()1131 mTaskNotificationController.notifyTaskListUpdated(); in add()
511 void notifyTaskListUpdated() { in notifyTaskListUpdated() method in TaskChangeNotificationController