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.java225 && !supervisor.mService.getLockTaskController().isPackageWhitelisted( in checkPermissions()
DActivityTaskManagerService.java920 LockTaskController getLockTaskController() { in getLockTaskController() method in ActivityTaskManagerService
1577 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 …]
DActivityStarter.java1519 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()
DRecentTasks.java638 if (tr.userId == userId && !mService.getLockTaskController().isTaskWhitelisted(tr)) { in onLockTaskModeStateChanged()
1320 if (task == mService.getLockTaskController().getRootTask()) { in isVisibleRecentTask()
DActivityStackSupervisor.java794 final LockTaskController lockTaskController = mService.getLockTaskController(); in realStartActivityLocked()
1799 mService.getLockTaskController().clearLockedTask(tr); in removeTaskByIdLocked()
2195 mService.getLockTaskController().dump(pw, prefix); in dump()
DTaskRecord.java505 mService.getLockTaskController().clearLockedTask(this); in removeWindowContainer()
1557 final LockTaskController lockTaskController = mService.getLockTaskController(); in setLockTaskAuth()
DActivityStack.java4056 mService.getLockTaskController().clearLockedTask(task); in finishActivityLocked()
4989 if (!mService.getLockTaskController().canMoveTaskToBack(tr)) { in moveTaskToBackLocked()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityTestsBase.java487 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…