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.aidl179 List<String> getDelegatedScopes(in ComponentName who, String delegatePackage); in getDelegatedScopes() method
DDevicePolicyManager.java4409 public List<String> getDelegatedScopes(@Nullable ComponentName admin, in getDelegatedScopes() method in DevicePolicyManager
4414 return mService.getDelegatedScopes(admin, delegatedPackage); in getDelegatedScopes()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1460 MoreAsserts.assertContentsInAnyOrder(dpm.getDelegatedScopes(admin1, CERT_DELEGATE), in testDelegation()
1465 MoreAsserts.assertContentsInAnyOrder(dpm.getDelegatedScopes(admin1, RESTRICTIONS_DELEGATE), in testDelegation()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5682 public List<String> getDelegatedScopes(ComponentName who, in getDelegatedScopes() method in DevicePolicyManagerService
/frameworks/base/config/
Dhiddenapi-public-dex.txt1463 Landroid/app/admin/DevicePolicyManager;->getDelegatedScopes(Landroid/content/ComponentName;Ljava/la…
Dboot-image-profile.txt15594 HSPLandroid/app/admin/IDevicePolicyManager;->getDelegatedScopes(Landroid/content/ComponentName;Ljav…
/frameworks/base/api/
Dcurrent.txt6459 …method public java.util.List<java.lang.String> getDelegatedScopes(android.content.ComponentName, j…