Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl106 boolean hasGrantedPolicy(in ComponentName policyReceiver, int usesPolicy, int userHandle); in hasGrantedPolicy() method
DDevicePolicyManager.java589 public boolean hasGrantedPolicy(ComponentName admin, int usesPolicy) { in hasGrantedPolicy() method in DevicePolicyManager
592 return mService.hasGrantedPolicy(admin, usesPolicy, UserHandle.myUserId()); in hasGrantedPolicy()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1837 public boolean hasGrantedPolicy(ComponentName adminReceiver, int policyId, int userHandle) { in hasGrantedPolicy() method in DevicePolicyManagerService
/frameworks/base/api/
Dsystem-current.txt5474 method public boolean hasGrantedPolicy(android.content.ComponentName, int);
Dcurrent.txt5341 method public boolean hasGrantedPolicy(android.content.ComponentName, int);