Home
last modified time | relevance | path

Searched refs:notifyTaskListUpdated (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentTasksTest.java1128 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()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentTasks.java471 mTaskNotificationController.notifyTaskListUpdated(); in notifyTaskAdded()
478 mTaskNotificationController.notifyTaskListUpdated(); in notifyTaskRemoved()
1131 mTaskNotificationController.notifyTaskListUpdated(); in add()
H A DTaskChangeNotificationController.java511 void notifyTaskListUpdated() { in notifyTaskListUpdated() method in TaskChangeNotificationController