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