Searched refs:getLockTaskController (Results 1 – 10 of 10) sorted by relevance
222 && !supervisor.mService.getLockTaskController().isPackageWhitelisted( in checkPermissions()
917 LockTaskController getLockTaskController() { in getLockTaskController() method in ActivityTaskManagerService1562 if (getLockTaskController().activityBlockedFromFinish(r)) { in finishActivity()1640 if (getLockTaskController().activityBlockedFromFinish(r)) { in finishActivityAffinity()2389 if (getLockTaskController().isLockTaskModeViolation(task)) { in moveTaskToFrontLocked()2882 getLockTaskController().startLockTaskMode(task, isSystemCaller, callingUid); in startLockTaskModeLocked()2893 getLockTaskController().stopLockTaskMode(task, isSystemCaller, callingUid); in stopLockTaskModeInternal()2916 getLockTaskController().updateLockTaskPackages(userId, packages); in updateLockTaskPackages()2928 return getLockTaskController().getLockTaskModeState(); in getLockTaskModeState()3851 getLockTaskController().showLockTaskToast(); in showLockTaskEscapeMessage()4587 getLockTaskController().updateLockTaskFeatures(userId, flags); in updateLockTaskFeatures()[all …]
1501 if (mService.getLockTaskController().isLockTaskModeViolation( in startActivityUnchecked()2329 if (mService.getLockTaskController().isLockTaskModeViolation( in setTaskFromReuseOrCreateNewTask()2353 if (mService.getLockTaskController().isLockTaskModeViolation( in setTaskFromSourceRecord()2454 if (mService.getLockTaskController().isLockTaskModeViolation(mInTask)) { in setTaskFromInTask()
638 if (tr.userId == userId && !mService.getLockTaskController().isTaskWhitelisted(tr)) { in onLockTaskModeStateChanged()1320 if (task == mService.getLockTaskController().getRootTask()) { in isVisibleRecentTask()
779 final LockTaskController lockTaskController = mService.getLockTaskController(); in realStartActivityLocked()1796 mService.getLockTaskController().clearLockedTask(tr); in removeTaskByIdLocked()2191 mService.getLockTaskController().dump(pw, prefix); in dump()
505 mService.getLockTaskController().clearLockedTask(this); in removeWindowContainer()1557 final LockTaskController lockTaskController = mService.getLockTaskController(); in setLockTaskAuth()
4033 mService.getLockTaskController().clearLockedTask(task); in finishActivityLocked()4962 if (!mService.getLockTaskController().canMoveTaskToBack(tr)) { in moveTaskToBackLocked()
461 spyOn(getLockTaskController()); in TestActivityTaskManagerService()
490 final LockTaskController lockTaskController = mService.getLockTaskController(); in testTaskModeViolation()
15321 HSPLcom/android/server/wm/ActivityTaskManagerService;->getLockTaskController()Lcom/android/server/w…