Home
last modified time | relevance | path

Searched refs:setDelegatedScopes (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java105 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, DELEGATE_PKG, scopes); in testDelegateReceivesScopeChangedBroadcast()
124 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testCantDelegateToUninstalledPackage()
151 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testCanRetrieveDelegates()
153 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testCanRetrieveDelegates()
DSetPolicyActivity.java114 dpm.setDelegatedScopes(BaseDeviceAdminTest.ADMIN_RECEIVER_COMPONENT, in handleIntent()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java208 setDelegatedScopes(DELEGATE_APP_PKG, Arrays.asList( in testDelegation()
216 setDelegatedScopes(DELEGATE_APP_PKG, null); in testDelegation()
226 setDelegatedScopes(DELEGATE_APP_PKG, null); in testDelegation()
764 private void setDelegatedScopes(String packageName, List<String> scopes) in setDelegatedScopes() method in DeviceAndProfileOwnerTest