Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLockTaskController.java146 private final TaskChangeNotificationController mTaskChangeNotificationController; field in LockTaskController
214 mTaskChangeNotificationController = taskChangeNotificationController; in LockTaskController()
596 mTaskChangeNotificationController.notifyLockTaskModeChanged(mLockTaskModeState); in performStopLockTask()
747 mTaskChangeNotificationController.notifyLockTaskModeChanged(mLockTaskModeState); in performStartLockTask()
H A DActivityTaskManagerService.java477 private TaskChangeNotificationController mTaskChangeNotificationController; field in ActivityTaskManagerService
996 mTaskChangeNotificationController = in initialize()
999 mTaskChangeNotificationController); in initialize()
1106 return mTaskChangeNotificationController; in getTaskChangeNotificationController()
3063 mTaskChangeNotificationController.registerTaskStackListener(listener); in registerTaskStackListener()
3070 mTaskChangeNotificationController.unregisterTaskStackListener(listener); in unregisterTaskStackListener()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLockTaskControllerTest.java126 @Mock private TaskChangeNotificationController mTaskChangeNotificationController; field in LockTaskControllerTest
150 new ImmediatelyExecuteHandler(), mTaskChangeNotificationController); in setUp()