Searched refs:lockTaskController (Results 1 – 3 of 3) sorted by relevance
482 final LockTaskController lockTaskController = mService.getLockTaskController(); in testTaskModeViolation() local483 doReturn(true).when(lockTaskController).isLockTaskModeViolation(any()); in testTaskModeViolation()
788 final LockTaskController lockTaskController = mService.getLockTaskController(); in realStartActivityLocked() local792 && lockTaskController.getLockTaskModeState() in realStartActivityLocked()794 lockTaskController.startLockTaskMode(task, false, 0 /* blank UID */); in realStartActivityLocked()
1614 final LockTaskController lockTaskController = mAtmService.getLockTaskController(); in setLockTaskAuth() local1617 mLockTaskAuth = lockTaskController.isPackageWhitelisted(mUserId, pkg) in setLockTaskAuth()1630 mLockTaskAuth = lockTaskController.isPackageWhitelisted(mUserId, pkg) in setLockTaskAuth()