Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskChangeNotificationController.java478 void notifyTaskProfileLocked(RunningTaskInfo taskInfo, int userId) { in notifyTaskProfileLocked() method in TaskChangeNotificationController
DRootWindowContainer.java3521 mService.getTaskChangeNotificationController().notifyTaskProfileLocked(
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRootWindowContainerTests.java1251 verify(controller).notifyTaskProfileLocked(any(), eq(profileUserId)); in testLockAllProfileTasks()
1261 verify(controller, never()).notifyTaskProfileLocked(any(), anyInt()); in testLockAllProfileTasks()