Searched refs:getLockTaskController (Results 1 – 10 of 10) sorted by relevance
225 && !supervisor.mService.getLockTaskController().isPackageWhitelisted( in checkPermissions()
920 LockTaskController getLockTaskController() { in getLockTaskController() method in ActivityTaskManagerService1577 if (getLockTaskController().activityBlockedFromFinish(r)) { in finishActivity()1655 if (getLockTaskController().activityBlockedFromFinish(r)) { in finishActivityAffinity()2404 if (getLockTaskController().isLockTaskModeViolation(task)) { in moveTaskToFrontLocked()2904 getLockTaskController().startLockTaskMode(task, isSystemCaller, callingUid); in startLockTaskModeLocked()2915 getLockTaskController().stopLockTaskMode(task, isSystemCaller, callingUid); in stopLockTaskModeInternal()2938 getLockTaskController().updateLockTaskPackages(userId, packages); in updateLockTaskPackages()2950 return getLockTaskController().getLockTaskModeState(); in getLockTaskModeState()3878 getLockTaskController().showLockTaskToast(); in showLockTaskEscapeMessage()4614 getLockTaskController().updateLockTaskFeatures(userId, flags); in updateLockTaskFeatures()[all …]
1519 if (mService.getLockTaskController().isLockTaskModeViolation( in startActivityUnchecked()2348 if (mService.getLockTaskController().isLockTaskModeViolation( in setTaskFromReuseOrCreateNewTask()2372 if (mService.getLockTaskController().isLockTaskModeViolation( in setTaskFromSourceRecord()2473 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()
794 final LockTaskController lockTaskController = mService.getLockTaskController(); in realStartActivityLocked()1799 mService.getLockTaskController().clearLockedTask(tr); in removeTaskByIdLocked()2195 mService.getLockTaskController().dump(pw, prefix); in dump()
505 mService.getLockTaskController().clearLockedTask(this); in removeWindowContainer()1557 final LockTaskController lockTaskController = mService.getLockTaskController(); in setLockTaskAuth()
4056 mService.getLockTaskController().clearLockedTask(task); in finishActivityLocked()4989 if (!mService.getLockTaskController().canMoveTaskToBack(tr)) { in moveTaskToBackLocked()
487 spyOn(getLockTaskController()); in TestActivityTaskManagerService()
490 final LockTaskController lockTaskController = mService.getLockTaskController(); in testTaskModeViolation()
15321 HSPLcom/android/server/wm/ActivityTaskManagerService;->getLockTaskController()Lcom/android/server/w…