Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLockTaskController.java313 static boolean isTaskAuthAllowlisted(int lockTaskAuth) { in isTaskAuthAllowlisted() method in LockTaskController
395 return !(isTaskAuthAllowlisted(taskAuth) || mLockTaskModeTasks.isEmpty()); in isLockTaskModeViolationInternal()
H A DRecentTasks.java664 if (task.mUserId == userId && !mService.getLockTaskController().isTaskAuthAllowlisted( in onLockTaskModeStateChanged()
/aosp12/frameworks/base/services/
H A Dart-profile47061 HSPLcom/android/server/wm/LockTaskController;->isTaskAuthAllowlisted(I)Z