Home
last modified time | relevance | path

Searched refs:isTaskLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLockTaskControllerTest.java176 assertTrue(mLockTaskController.isTaskLocked(tr)); in testStartLockTaskMode_once()
195 assertTrue(mLockTaskController.isTaskLocked(tr1)); in testStartLockTaskMode_twice()
196 assertTrue(mLockTaskController.isTaskLocked(tr2)); in testStartLockTaskMode_twice()
225 assertTrue(mLockTaskController.isTaskLocked(tr)); in testStartLockTaskMode_pinnedBySystem()
303 assertFalse(mLockTaskController.isTaskLocked(tr)); in testStopLockTaskMode()
347 assertTrue(mLockTaskController.isTaskLocked(tr1)); in testStopLockTaskMode_twoTasks()
349 assertFalse(mLockTaskController.isTaskLocked(tr2)); in testStopLockTaskMode_twoTasks()
368 assertFalse(mLockTaskController.isTaskLocked(tr1)); in testStopLockTaskMode_rootTask()
370 assertFalse(mLockTaskController.isTaskLocked(tr2)); in testStopLockTaskMode_rootTask()
393 assertFalse(mLockTaskController.isTaskLocked(tr)); in testStopLockTaskMode_pinned()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java224 boolean isTaskLocked(TaskRecord task) { in isTaskLocked() method in LockTaskController
314 if (isTaskLocked(task) && !isNewClearTask) { in isLockTaskModeViolationInternal()
/frameworks/base/services/
Dart-profile16363 HSPLcom/android/server/wm/LockTaskController;->isTaskLocked(Lcom/android/server/wm/TaskRecord;)Z