Home
last modified time | relevance | path

Searched refs:getLockTaskController (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSafeActivityOptions.java222 && !supervisor.mService.getLockTaskController().isPackageWhitelisted( in checkPermissions()
DActivityTaskManagerService.java917 LockTaskController getLockTaskController() { in getLockTaskController() method in ActivityTaskManagerService
1562 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 …]
DActivityStarter.java1501 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()
DRecentTasks.java638 if (tr.userId == userId && !mService.getLockTaskController().isTaskWhitelisted(tr)) { in onLockTaskModeStateChanged()
1320 if (task == mService.getLockTaskController().getRootTask()) { in isVisibleRecentTask()
DActivityStackSupervisor.java779 final LockTaskController lockTaskController = mService.getLockTaskController(); in realStartActivityLocked()
1796 mService.getLockTaskController().clearLockedTask(tr); in removeTaskByIdLocked()
2191 mService.getLockTaskController().dump(pw, prefix); in dump()
DTaskRecord.java505 mService.getLockTaskController().clearLockedTask(this); in removeWindowContainer()
1557 final LockTaskController lockTaskController = mService.getLockTaskController(); in setLockTaskAuth()
DActivityStack.java4033 mService.getLockTaskController().clearLockedTask(task); in finishActivityLocked()
4962 if (!mService.getLockTaskController().canMoveTaskToBack(tr)) { in moveTaskToBackLocked()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityTestsBase.java461 spyOn(getLockTaskController()); in TestActivityTaskManagerService()
DActivityStarterTests.java490 final LockTaskController lockTaskController = mService.getLockTaskController(); in testTaskModeViolation()
/frameworks/base/services/
Dart-profile15321 HSPLcom/android/server/wm/ActivityTaskManagerService;->getLockTaskController()Lcom/android/server/w…