Searched refs:isTaskLocked (Results 1 – 3 of 3) sorted by relevance
186 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 …]
237 boolean isTaskLocked(Task task) { in isTaskLocked() method in LockTaskController340 if (isTaskLocked(task) && !isNewClearTask) { in isLockTaskModeViolation()
47062 HSPLcom/android/server/wm/LockTaskController;->isTaskLocked(Lcom/android/server/wm/Task;)Z+]Ljava/u…