Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl170 boolean hasGrantedPolicy(in ComponentName policyReceiver, int usesPolicy, int userHandle); in hasGrantedPolicy() method
H A DDevicePolicyManager.java4320 public boolean hasGrantedPolicy(@NonNull ComponentName admin, int usesPolicy) { in hasGrantedPolicy() method in DevicePolicyManager
4324 return mService.hasGrantedPolicy(admin, usesPolicy, myUserId()); in hasGrantedPolicy()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java3958 public boolean hasGrantedPolicy(ComponentName adminReceiver, int policyId, int userHandle) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2723 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->hasGrantedPolicy(Landroid/content/ComponentNam…
3250 Landroid/app/admin/IDevicePolicyManager;->hasGrantedPolicy(Landroid/content/ComponentName;II)Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7868 method public boolean hasGrantedPolicy(@NonNull android.content.ComponentName, int);