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.aidl132 boolean hasGrantedPolicy(in ComponentName policyReceiver, int usesPolicy, int userHandle); in hasGrantedPolicy() method
DDevicePolicyManager.java2452 public boolean hasGrantedPolicy(@NonNull ComponentName admin, int usesPolicy) { in hasGrantedPolicy() method in DevicePolicyManager
2456 return mService.hasGrantedPolicy(admin, usesPolicy, myUserId()); in hasGrantedPolicy()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java3952 public boolean hasGrantedPolicy(ComponentName adminReceiver, int policyId, int userHandle) { in hasGrantedPolicy() method
/frameworks/base/services/
Dart-profile6305 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->hasGrantedPolicy(Landroid/content/Co…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5340 method public boolean hasGrantedPolicy(android.content.ComponentName, int);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2979 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->hasGrantedPolicy(Landroid/content/ComponentNam…
3510 Landroid/app/admin/IDevicePolicyManager;->hasGrantedPolicy(Landroid/content/ComponentName;II)Z
/frameworks/base/api/
Dcurrent.txt6708 method public boolean hasGrantedPolicy(@NonNull android.content.ComponentName, int);