Searched refs:setLockTaskFeatures (Results 1 – 7 of 7) sorted by relevance
245 void setLockTaskFeatures(in ComponentName who, int flags); in setLockTaskFeatures() method
7169 public void setLockTaskFeatures(@NonNull ComponentName admin, @LockTaskFeature int flags) { in setLockTaskFeatures() method in DevicePolicyManager7173 mService.setLockTaskFeatures(admin, flags); in setLockTaskFeatures()
3742 dpm.setLockTaskFeatures(who, flags); in verifyCanSetLockTask()3755 () -> dpm.setLockTaskFeatures(who, flags)); in verifyCanNotSetLockTask()3813 dpm.setLockTaskFeatures(adminDifferentPackage, poFlags); in testLockTaskPolicyAllowedForAffiliatedUsers()3872 () -> dpm.setLockTaskFeatures(admin1, flags)); in testLockTaskFeatures_IllegalArgumentException()
9847 public void setLockTaskFeatures(ComponentName who, int flags) { in setLockTaskFeatures() method in DevicePolicyManagerService
1643 Landroid/app/admin/DevicePolicyManager;->setLockTaskFeatures(Landroid/content/ComponentName;I)V
15752 HSPLandroid/app/admin/IDevicePolicyManager;->setLockTaskFeatures(Landroid/content/ComponentName;I)V
6570 method public void setLockTaskFeatures(android.content.ComponentName, int);