Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLockTaskController.java344 } else if (isLockTaskModeViolationInternal(task, task.mUserId, task.intent, in isLockTaskModeViolation()
363 if (isLockTaskModeViolationInternal(activity, activity.mUserId, activity.intent, auth)) { in isNewTaskLockTaskModeViolation()
380 private boolean isLockTaskModeViolationInternal(WindowContainer wc, int userId, in isLockTaskModeViolationInternal() method in LockTaskController