Home
last modified time | relevance | path

Searched defs:lockTaskAuth (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLockTaskControllerTest.java743 private Task getTask(int lockTaskAuth) { in getTask()
747 private Task getTask(String pkg, int lockTaskAuth) { in getTask()
753 private Task getTask(Intent intent, int lockTaskAuth) { in getTask()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLockTaskController.java313 static boolean isTaskAuthAllowlisted(int lockTaskAuth) { in isTaskAuthAllowlisted()
776 int lockTaskAuth = LOCK_TASK_AUTH_DONT_LOCK; in getLockTaskAuth() local