Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskChangeNotificationController.java470 void notifyTaskProfileLocked(RunningTaskInfo taskInfo, int userId) { in notifyTaskProfileLocked() method in TaskChangeNotificationController
H A DRootWindowContainer.java3288 mService.getTaskChangeNotificationController().notifyTaskProfileLocked(
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootWindowContainerTests.java1148 verify(controller).notifyTaskProfileLocked(any(), eq(profileUserId)); in testLockAllProfileTasks()
1158 verify(controller, never()).notifyTaskProfileLocked(any(), anyInt()); in testLockAllProfileTasks()