Home
last modified time | relevance | path

Searched refs:clearLockedTasks (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLockTaskControllerTest.java411 mLockTaskController.clearLockedTasks("testClearLockedTasks"); in testClearLockedTasks()
437 mLockTaskController.clearLockedTasks("testClearLockedTasks"); in testClearLockedTasks_noLockSetting_noPassword_deviceIsUnlocked()
457 mLockTaskController.clearLockedTasks("testClearLockedTasks"); in testClearLockedTasks_noLockSetting_password_deviceIsLocked()
474 mLockTaskController.clearLockedTasks("testClearLockedTasks"); in testClearLockedTasks_lockSettingTrue_deviceIsLocked()
491 mLockTaskController.clearLockedTasks("testClearLockedTasks"); in testClearLockedTasks_lockSettingFalse_doesNotRequirePassword()
/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java394 clearLockedTasks("stopAppPinning"); in stopLockTaskMode()
430 void clearLockedTasks(String reason) { in clearLockedTasks() method in LockTaskController
DActivityTaskManagerInternal.java549 public abstract void clearLockedTasks(String reason); in clearLockedTasks() method in ActivityTaskManagerInternal
DActivityTaskManagerService.java7410 public void clearLockedTasks(String reason) { in clearLockedTasks() method in ActivityTaskManagerService.LocalService
7412 getLockTaskController().clearLockedTasks(reason); in clearLockedTasks()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java2441 mService.mAtmInternal.clearLockedTasks(reason);