Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityTaskSupervisorTests.java236 verify(taskChangeNotifier).notifyTaskFocusChanged(eq(taskA.mTaskId) /* taskId */, in testNotifyTaskFocusChanged()
245 verify(taskChangeNotifier).notifyTaskFocusChanged(eq(taskA.mTaskId) /* taskId */, in testNotifyTaskFocusChanged()
247 verify(taskChangeNotifier).notifyTaskFocusChanged(eq(taskB.mTaskId) /* taskId */, in testNotifyTaskFocusChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskChangeNotificationController.java526 void notifyTaskFocusChanged(int taskId, boolean focused) { in notifyTaskFocusChanged() method in TaskChangeNotificationController
H A DTask.java4407 mAtmService.getTaskChangeNotificationController().notifyTaskFocusChanged(mTaskId, hasFocus);