Searched refs:isTaskAuthAllowlisted (Results 1 – 3 of 3) sorted by relevance
313 static boolean isTaskAuthAllowlisted(int lockTaskAuth) { in isTaskAuthAllowlisted() method in LockTaskController395 return !(isTaskAuthAllowlisted(taskAuth) || mLockTaskModeTasks.isEmpty()); in isLockTaskModeViolationInternal()
664 if (task.mUserId == userId && !mService.getLockTaskController().isTaskAuthAllowlisted( in onLockTaskModeStateChanged()
47061 HSPLcom/android/server/wm/LockTaskController;->isTaskAuthAllowlisted(I)Z