Searched refs:isTaskLocked (Results 1 – 3 of 3) sorted by relevance
176 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 …]
224 boolean isTaskLocked(TaskRecord task) { in isTaskLocked() method in LockTaskController314 if (isTaskLocked(task) && !isNewClearTask) { in isLockTaskModeViolationInternal()
16363 HSPLcom/android/server/wm/LockTaskController;->isTaskLocked(Lcom/android/server/wm/TaskRecord;)Z