Home
last modified time | relevance | path

Searched refs:getLockTaskAuth (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLockTaskController.java362 int auth = getLockTaskAuth(activity, null /* task */); in isNewTaskLockTaskModeViolation()
808 int getLockTaskAuth(@Nullable ActivityRecord rootActivity, @Nullable Task task) { in getLockTaskAuth() method in LockTaskController
H A DTask.java1721 mLockTaskAuth = mAtmService.getLockTaskController().getLockTaskAuth(r, this); in setLockTaskAuth()