Searched refs:mTaskChangeNotificationController (Results 1 – 3 of 3) sorted by relevance
144 private final TaskChangeNotificationController mTaskChangeNotificationController; field in LockTaskController212 mTaskChangeNotificationController = taskChangeNotificationController; in LockTaskController()574 mTaskChangeNotificationController.notifyLockTaskModeChanged(mLockTaskModeState); in performStopLockTask()704 mTaskChangeNotificationController.notifyLockTaskModeChanged(mLockTaskModeState); in performStartLockTask()
459 private TaskChangeNotificationController mTaskChangeNotificationController; field in ActivityTaskManagerService975 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()
125 @Mock private TaskChangeNotificationController mTaskChangeNotificationController; field in LockTaskControllerTest149 new ImmediatelyExecuteHandler(), mTaskChangeNotificationController); in setUp()