Searched refs:lockTaskController (Results 1 – 3 of 3) sorted by relevance
490 final LockTaskController lockTaskController = mService.getLockTaskController(); in testTaskModeViolation() local491 doReturn(true).when(lockTaskController).isLockTaskModeViolation(any()); in testTaskModeViolation()
779 final LockTaskController lockTaskController = mService.getLockTaskController(); in realStartActivityLocked() local783 && lockTaskController.getLockTaskModeState() in realStartActivityLocked()785 lockTaskController.startLockTaskMode(task, false, 0 /* blank UID */); in realStartActivityLocked()
1557 final LockTaskController lockTaskController = mService.getLockTaskController(); in setLockTaskAuth() local1560 mLockTaskAuth = lockTaskController.isPackageWhitelisted(userId, pkg) in setLockTaskAuth()1573 mLockTaskAuth = lockTaskController.isPackageWhitelisted(userId, pkg) in setLockTaskAuth()