Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityClientController.java398 if (mService.getLockTaskController().activityBlockedFromFinish(r)) { in finishActivity()
477 if (mService.getLockTaskController().activityBlockedFromFinish(r)) { in finishActivityAffinity()
924 mService.getLockTaskController().showLockTaskToast(); in showLockTaskEscapeMessage()
H A DSafeActivityOptions.java277 && !supervisor.mService.getLockTaskController().isPackageAllowlisted( in checkPermissions()
H A DActivityStartInterceptor.java311 LockTaskController controller = mService.getLockTaskController(); in interceptLockTaskModeViolationPackageIfNeeded()
H A DActivityTaskManagerService.java1083 LockTaskController getLockTaskController() { in getLockTaskController() method in ActivityTaskManagerService
2120 if (getLockTaskController().isLockTaskModeViolation(task)) { in moveTaskToFrontLocked()
2494 getLockTaskController().startLockTaskMode(task, isSystemCaller, callingUid); in startLockTaskMode()
2513 getLockTaskController().stopLockTaskMode(task, isSystemCaller, callingUid); in stopLockTaskModeInternal()
2535 getLockTaskController().updateLockTaskPackages(userId, packages); in updateLockTaskPackages()
2546 return getLockTaskController().getLockTaskModeState(); in getLockTaskModeState()
3615 getLockTaskController().updateLockTaskFeatures(userId, flags); in updateLockTaskFeatures()
6499 getLockTaskController().clearLockedTasks(reason); in clearLockedTasks()
6596 return getLockTaskController().isBaseOfLockedTask(packageName); in isBaseOfLockedTask()
H A DActivityTaskSupervisor.java798 final LockTaskController lockTaskController = mService.getLockTaskController(); in realStartActivityLocked()
1576 mService.getLockTaskController().clearLockedTask(task); in removeTask()
1964 mService.getLockTaskController().dump(pw, prefix); in dump()
H A DRecentTasks.java664 if (task.mUserId == userId && !mService.getLockTaskController().isTaskAuthAllowlisted( in onLockTaskModeStateChanged()
1392 if (task == mService.getLockTaskController().getRootTask()) { in isVisibleRecentTask()
H A DTask.java750 mAtmService.getLockTaskController().clearLockedTask(this); in removeIfPossible()
1148 && mAtmService.getLockTaskController().isLockTaskModeViolation(task); in returnsToHomeRootTask()
1719 mLockTaskAuth = mAtmService.getLockTaskController().getLockTaskAuth(r, this); in setLockTaskAuth()
5622 if (!mAtmService.getLockTaskController().canMoveTaskToBack(tr)) {
H A DWindowOrganizerController.java610 && mService.getLockTaskController().activityBlockedFromFinish( in applyHierarchyOp()
H A DActivityStarter.java1952 if (mService.getLockTaskController().isLockTaskModeViolation(targetTask, in isAllowedToStart()
1958 if (mService.getLockTaskController().isNewTaskLockTaskModeViolation(mStartActivity)) { in isAllowedToStart()
H A DActivityRecord.java3174 mAtmService.getLockTaskController().clearLockedTask(task); in finishIfPossible()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStartInterceptorTest.java160 when(mService.getLockTaskController()).thenReturn(mLockTaskController); in setUp()
H A DSystemServicesTestRule.java522 spyOn(getLockTaskController());
H A DTaskTests.java144 verify(mAtm.getLockTaskController(), atLeast(1)).clearLockedTask(task); in testRemoveContainer()
145 verify(mAtm.getLockTaskController(), atLeast(1)).clearLockedTask(rootTask); in testRemoveContainer()
H A DActivityStarterTests.java503 final LockTaskController lockTaskController = mAtm.getLockTaskController(); in testTaskModeViolation()
/aosp12/frameworks/base/services/
H A Dart-profile44651 HSPLcom/android/server/wm/ActivityTaskManagerService;->getLockTaskController()Lcom/android/server/w…