Searched refs:getLockTaskController (Results 1 – 18 of 18) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowContainerTransactionTests.java | 77 verify(mAtm.getLockTaskController(), atLeast(1)).clearLockedTask(task); in testRemoveTask() 78 verify(mAtm.getLockTaskController(), atLeast(1)).clearLockedTask(rootTask); in testRemoveTask()
|
D | SafeActivityOptionsTest.java | 120 doReturn(lockTaskController).when(atm).getLockTaskController(); in test_getOptions()
|
D | ActivityStartInterceptorTest.java | 174 when(mService.getLockTaskController()).thenReturn(mLockTaskController); in setUp()
|
D | SystemServicesTestRule.java | 653 spyOn(getLockTaskController());
|
D | TaskTests.java | 150 verify(mAtm.getLockTaskController(), atLeast(1)).clearLockedTask(task); in testRemoveContainer() 151 verify(mAtm.getLockTaskController(), atLeast(1)).clearLockedTask(rootTask); in testRemoveContainer()
|
D | ActivityStarterTests.java | 667 final LockTaskController lockTaskController = mAtm.getLockTaskController(); in testTaskModeViolation()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SafeActivityOptions.java | 322 && !supervisor.mService.getLockTaskController().isPackageAllowlisted( in checkPermissions()
|
D | ActivityClientController.java | 471 if (mService.getLockTaskController().activityBlockedFromFinish(r)) { in finishActivity() 553 if (mService.getLockTaskController().activityBlockedFromFinish(r)) { in finishActivityAffinity() 1332 mService.getLockTaskController().showLockTaskToast(); in showLockTaskEscapeMessage()
|
D | ActivityStartInterceptor.java | 368 LockTaskController controller = mService.getLockTaskController(); in interceptLockTaskModeViolationPackageIfNeeded()
|
D | ActivityTaskManagerService.java | 1134 LockTaskController getLockTaskController() { in getLockTaskController() method in ActivityTaskManagerService 2271 if (getLockTaskController().isLockTaskModeViolation(task)) { in moveTaskToFrontLocked() 2638 getLockTaskController().startLockTaskMode(task, isSystemCaller, callingUid); in startLockTaskMode() 2660 getLockTaskController().stopLockTaskMode(task, isSystemCaller, callingUid); in stopLockTaskModeInternal() 2685 getLockTaskController().updateLockTaskPackages(userId, packages); in updateLockTaskPackages() 2699 return getLockTaskController().getLockTaskModeState(); in getLockTaskModeState() 3996 getLockTaskController().updateLockTaskFeatures(userId, flags); in updateLockTaskFeatures() 7135 getLockTaskController().clearLockedTasks(reason); in clearLockedTasks() 7238 return getLockTaskController().isBaseOfLockedTask(packageName); in isBaseOfLockedTask()
|
D | ActivityTaskSupervisor.java | 878 final LockTaskController lockTaskController = mService.getLockTaskController(); in realStartActivityLocked() 1748 mService.getLockTaskController().clearLockedTask(task); in removeTask() 2211 mService.getLockTaskController().dump(pw, prefix); in dump()
|
D | RecentTasks.java | 727 if (task.mUserId == userId && !mService.getLockTaskController().isTaskAuthAllowlisted( in onLockTaskModeStateChanged() 1471 if (task == mService.getLockTaskController().getRootTask()) { in isVisibleRecentTask()
|
D | WindowOrganizerController.java | 1390 && mService.getLockTaskController().activityBlockedFromFinish( in applyTaskFragmentOperation() 1881 final LockTaskController lockTaskController = mService.getLockTaskController(); in isLockTaskModeViolation()
|
D | Task.java | 730 mAtmService.getLockTaskController().clearLockedTask(this); in removeIfPossible() 1085 && mAtmService.getLockTaskController().isLockTaskModeViolation(task)); in returnsToHomeRootTask() 1803 mLockTaskAuth = mAtmService.getLockTaskController().getLockTaskAuth(r, this); in setLockTaskAuth() 5805 if (!mAtmService.getLockTaskController().canMoveTaskToBack(task)) {
|
D | ActivityStarter.java | 2059 if (mService.getLockTaskController().isLockTaskModeViolation(targetTask, in isAllowedToStart() 2065 if (mService.getLockTaskController().isNewTaskLockTaskModeViolation(r)) { in isAllowedToStart()
|
D | BackNavigationController.java | 286 } else if (currentTask.mAtmService.getLockTaskController().isTaskLocked(currentTask)) { in startBackNavigation()
|
D | ActivityRecord.java | 3812 mAtmService.getLockTaskController().clearLockedTask(task); in finishIfPossible()
|
/frameworks/base/services/ |
D | art-wear-profile | 26012 PLcom/android/server/wm/ActivityTaskManagerService;->getLockTaskController()Lcom/android/server/wm/…
|