Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl129 boolean hasGrantedPolicy(in ComponentName policyReceiver, int usesPolicy, int userHandle); in hasGrantedPolicy() method
DDevicePolicyManager.java1933 public boolean hasGrantedPolicy(@NonNull ComponentName admin, int usesPolicy) { in hasGrantedPolicy() method in DevicePolicyManager
1937 return mService.hasGrantedPolicy(admin, usesPolicy, myUserId()); in hasGrantedPolicy()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java3763 public boolean hasGrantedPolicy(ComponentName adminReceiver, int policyId, int userHandle) { in hasGrantedPolicy() method in DevicePolicyManagerService
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5340 method public boolean hasGrantedPolicy(android.content.ComponentName, int);
/frameworks/base/config/
Dhiddenapi-public-dex.txt1524 Landroid/app/admin/DevicePolicyManager;->hasGrantedPolicy(Landroid/content/ComponentName;I)Z
Dboot-image-profile.txt15663 HSPLandroid/app/admin/IDevicePolicyManager;->hasGrantedPolicy(Landroid/content/ComponentName;II)Z
/frameworks/base/api/
Dcurrent.txt6506 method public boolean hasGrantedPolicy(android.content.ComponentName, int);