Searched refs:lockTaskController (Results 1 – 3 of 3) sorted by relevance
459 final LockTaskController lockTaskController = mService.getLockTaskController(); in testTaskModeViolation() local460 doReturn(true).when(lockTaskController).isLockTaskModeViolation(any()); in testTaskModeViolation()
1470 final LockTaskController lockTaskController = mService.getLockTaskController(); in setLockTaskAuth() local1473 mLockTaskAuth = lockTaskController.isPackageWhitelisted(userId, pkg) in setLockTaskAuth()1486 mLockTaskAuth = lockTaskController.isPackageWhitelisted(userId, pkg) in setLockTaskAuth()
1452 final LockTaskController lockTaskController = mService.getLockTaskController(); in realStartActivityLocked() local1456 && lockTaskController.getLockTaskModeState() in realStartActivityLocked()1458 lockTaskController.startLockTaskMode(task, false, 0 /* blank UID */); in realStartActivityLocked()