Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl207 List<String> getDelegatedScopes(in ComponentName who, String delegatePackage); in getDelegatedScopes() method
DDevicePolicyManager.java6809 public List<String> getDelegatedScopes(@Nullable ComponentName admin, in getDelegatedScopes() method in DevicePolicyManager
6814 return mService.getDelegatedScopes(admin, delegatedPackage); in getDelegatedScopes()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1841 MoreAsserts.assertContentsInAnyOrder(dpm.getDelegatedScopes(admin1, CERT_DELEGATE), in testDelegation()
1846 MoreAsserts.assertContentsInAnyOrder(dpm.getDelegatedScopes(admin1, RESTRICTIONS_DELEGATE), in testDelegation()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6317 public List<String> getDelegatedScopes(ComponentName who,
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2652 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getDelegatedScopes(Landroid/content/ComponentN…
3180 Landroid/app/admin/IDevicePolicyManager;->getDelegatedScopes(Landroid/content/ComponentName;Ljava/l…
/frameworks/base/core/api/
Dcurrent.txt7142 …method @NonNull public java.util.List<java.lang.String> getDelegatedScopes(@Nullable android.conte…
/frameworks/base/services/
Dart-profile16754 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getDelegatedScopes(Landroid/content…