Searched refs:getLockTaskController (Results 1 – 15 of 15) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityClientController.java | 398 if (mService.getLockTaskController().activityBlockedFromFinish(r)) { in finishActivity() 477 if (mService.getLockTaskController().activityBlockedFromFinish(r)) { in finishActivityAffinity() 924 mService.getLockTaskController().showLockTaskToast(); in showLockTaskEscapeMessage()
|
H A D | SafeActivityOptions.java | 277 && !supervisor.mService.getLockTaskController().isPackageAllowlisted( in checkPermissions()
|
H A D | ActivityStartInterceptor.java | 311 LockTaskController controller = mService.getLockTaskController(); in interceptLockTaskModeViolationPackageIfNeeded()
|
H A D | ActivityTaskManagerService.java | 1083 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 D | ActivityTaskSupervisor.java | 798 final LockTaskController lockTaskController = mService.getLockTaskController(); in realStartActivityLocked() 1576 mService.getLockTaskController().clearLockedTask(task); in removeTask() 1964 mService.getLockTaskController().dump(pw, prefix); in dump()
|
H A D | RecentTasks.java | 664 if (task.mUserId == userId && !mService.getLockTaskController().isTaskAuthAllowlisted( in onLockTaskModeStateChanged() 1392 if (task == mService.getLockTaskController().getRootTask()) { in isVisibleRecentTask()
|
H A D | Task.java | 750 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 D | WindowOrganizerController.java | 610 && mService.getLockTaskController().activityBlockedFromFinish( in applyHierarchyOp()
|
H A D | ActivityStarter.java | 1952 if (mService.getLockTaskController().isLockTaskModeViolation(targetTask, in isAllowedToStart() 1958 if (mService.getLockTaskController().isNewTaskLockTaskModeViolation(mStartActivity)) { in isAllowedToStart()
|
H A D | ActivityRecord.java | 3174 mAtmService.getLockTaskController().clearLockedTask(task); in finishIfPossible()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityStartInterceptorTest.java | 160 when(mService.getLockTaskController()).thenReturn(mLockTaskController); in setUp()
|
H A D | SystemServicesTestRule.java | 522 spyOn(getLockTaskController());
|
H A D | TaskTests.java | 144 verify(mAtm.getLockTaskController(), atLeast(1)).clearLockedTask(task); in testRemoveContainer() 145 verify(mAtm.getLockTaskController(), atLeast(1)).clearLockedTask(rootTask); in testRemoveContainer()
|
H A D | ActivityStarterTests.java | 503 final LockTaskController lockTaskController = mAtm.getLockTaskController(); in testTaskModeViolation()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 44651 HSPLcom/android/server/wm/ActivityTaskManagerService;->getLockTaskController()Lcom/android/server/w…
|