Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java293 boolean isLockTaskModeViolation(TaskRecord task, boolean isNewClearTask) { in isLockTaskModeViolation() argument
294 if (isLockTaskModeViolationInternal(task, isNewClearTask)) { in isLockTaskModeViolation()
311 private boolean isLockTaskModeViolationInternal(TaskRecord task, boolean isNewClearTask) { in isLockTaskModeViolationInternal() argument
314 if (isTaskLocked(task) && !isNewClearTask) { in isLockTaskModeViolationInternal()