Home
last modified time | relevance | path

Searched defs:setLockTaskFeatures (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl319 void setLockTaskFeatures(in ComponentName who, String callerPackageName, int flags); in setLockTaskFeatures() method
DDevicePolicyManager.java13168 public void setLockTaskFeatures(@Nullable ComponentName admin, @LockTaskFeature int flags) { in setLockTaskFeatures() method in DevicePolicyManager
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java14890 public void setLockTaskFeatures(ComponentName who, String callerPackageName, int flags) { in setLockTaskFeatures() method