Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLockTaskControllerTest.java760 private Task getTask(int lockTaskAuth) { in getTask()
764 private Task getTask(String pkg, int lockTaskAuth) { in getTask()
770 private Task getTask(Intent intent, int lockTaskAuth) { in getTask()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLockTaskController.java315 static boolean isTaskAuthAllowlisted(int lockTaskAuth) { in isTaskAuthAllowlisted()
819 int lockTaskAuth = LOCK_TASK_AUTH_DONT_LOCK; in getLockTaskAuth() local