Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLockTaskController.java144 private final TaskChangeNotificationController mTaskChangeNotificationController; field in LockTaskController
212 mTaskChangeNotificationController = taskChangeNotificationController; in LockTaskController()
574 mTaskChangeNotificationController.notifyLockTaskModeChanged(mLockTaskModeState); in performStopLockTask()
704 mTaskChangeNotificationController.notifyLockTaskModeChanged(mLockTaskModeState); in performStartLockTask()
H A DActivityTaskManagerService.java459 private TaskChangeNotificationController mTaskChangeNotificationController; field in ActivityTaskManagerService
975 mTaskChangeNotificationController = in initialize()
978 mTaskChangeNotificationController); in initialize()
1080 return mTaskChangeNotificationController; in getTaskChangeNotificationController()
2891 mTaskChangeNotificationController.registerTaskStackListener(listener); in registerTaskStackListener()
2898 mTaskChangeNotificationController.unregisterTaskStackListener(listener); in unregisterTaskStackListener()
4545 mTaskChangeNotificationController.notifyTaskFocusChanged(prevTask.mTaskId, false); in setResumedActivityUncheckLocked()
4547 mTaskChangeNotificationController.notifyTaskFocusChanged(task.mTaskId, true); in setResumedActivityUncheckLocked()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLockTaskControllerTest.java125 @Mock private TaskChangeNotificationController mTaskChangeNotificationController; field in LockTaskControllerTest
149 new ImmediatelyExecuteHandler(), mTaskChangeNotificationController); in setUp()