Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLockTaskControllerTest.java186 assertTrue(mLockTaskController.isTaskLocked(tr)); in testStartLockTaskMode_once()
205 assertTrue(mLockTaskController.isTaskLocked(tr1)); in testStartLockTaskMode_twice()
206 assertTrue(mLockTaskController.isTaskLocked(tr2)); in testStartLockTaskMode_twice()
235 assertTrue(mLockTaskController.isTaskLocked(tr)); in testStartLockTaskMode_pinnedBySystem()
311 assertFalse(mLockTaskController.isTaskLocked(tr)); in testStopLockTaskMode()
355 assertTrue(mLockTaskController.isTaskLocked(tr1)); in testStopLockTaskMode_twoTasks()
357 assertFalse(mLockTaskController.isTaskLocked(tr2)); in testStopLockTaskMode_twoTasks()
401 assertFalse(mLockTaskController.isTaskLocked(tr)); in testStopLockTaskMode_pinned()
551 assertTrue(mLockTaskController.isTaskLocked(tr1)); in testUpdateLockTaskPackages_taskRemoved()
552 assertTrue(mLockTaskController.isTaskLocked(tr2)); in testUpdateLockTaskPackages_taskRemoved()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLockTaskController.java237 boolean isTaskLocked(Task task) { in isTaskLocked() method in LockTaskController
340 if (isTaskLocked(task) && !isNewClearTask) { in isLockTaskModeViolation()
/aosp12/frameworks/base/services/
H A Dart-profile47062 HSPLcom/android/server/wm/LockTaskController;->isTaskLocked(Lcom/android/server/wm/Task;)Z+]Ljava/u…