Searched refs:setDelegatedScopes (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | IDevicePolicyManager.aidl | 209 … void setDelegatedScopes(in ComponentName who, in String delegatePackage, in List<String> scopes); in setDelegatedScopes() method
|
H A D | DevicePolicyManager.java | 6833 public void setDelegatedScopes(@NonNull ComponentName admin, @NonNull String delegatePackage, in setDelegatedScopes() method in DevicePolicyManager 6838 mService.setDelegatedScopes(admin, delegatePackage, scopes); in setDelegatedScopes()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerTest.java | 6598 dpm -> dpm.setDelegatedScopes(admin1, DpmMockContext.DELEGATE_PACKAGE_NAME, in testEnforceCallerCanRequestDeviceIdAttestation_delegateCaller() 6619 dpm -> dpm.setDelegatedScopes(admin1, DpmMockContext.DELEGATE_PACKAGE_NAME, in testEnforceCallerCanRequestDeviceIdAttestation_delegateCallerWithoutPermissions()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 6274 public void setDelegatedScopes(ComponentName who, String delegatePackage, 6567 setDelegatedScopes(who, delegatePackage, scopes); 6579 setDelegatedScopes(who, currentPackage, newScopes);
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 2800 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->setDelegatedScopes(Landroid/content/ComponentN… 3325 Landroid/app/admin/IDevicePolicyManager;->setDelegatedScopes(Landroid/content/ComponentName;Ljava/l…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 7290 …method public void setDelegatedScopes(@NonNull android.content.ComponentName, @NonNull String, @No…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 17063 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->setDelegatedScopes(Landroid/content/…
|