Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLockTaskController.java315 static boolean isTaskAuthAllowlisted(int lockTaskAuth) { in isTaskAuthAllowlisted() method in LockTaskController
401 return !(isTaskAuthAllowlisted(taskAuth) || mLockTaskModeTasks.isEmpty()); in isLockTaskModeViolationInternal()
H A DRecentTasks.java680 if (task.mUserId == userId && !mService.getLockTaskController().isTaskAuthAllowlisted( in onLockTaskModeStateChanged()