Searched refs:isNewTaskLockTaskModeViolation (Results 1 – 3 of 3) sorted by relevance
356 boolean isNewTaskLockTaskModeViolation(ActivityRecord activity) { in isNewTaskLockTaskModeViolation() method in LockTaskController
1934 if (mService.getLockTaskController().isNewTaskLockTaskModeViolation(r)) { in isAllowedToStart()
588 doReturn(true).when(lockTaskController).isNewTaskLockTaskModeViolation(any()); in testTaskModeViolation()