Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java98 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in tearDown()
100 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in tearDown()
117 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, DELEGATE_PKG, scopes); in testDelegateReceivesScopeChangedBroadcast()
136 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testCantDelegateToUninstalledPackage()
163 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testCanRetrieveDelegates()
165 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testCanRetrieveDelegates()
196 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, DELEGATE_PKG, in testDeviceOwnerOnlyDelegationsOnlyPossibleToBeSetByDeviceOwner()
223 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testExclusiveDelegation()
227 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testExclusiveDelegation()
DDelegatedCertInstallerHelper.java49 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE, in testManualSetCertInstallerDelegate()
56 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE, Arrays.asList()); in testManualClearCertInstallerDelegate()
DDelegatedCertInstallerTest.java301 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE, in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()
310 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE, Arrays.asList()); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()
DSetPolicyActivity.java114 dpm.setDelegatedScopes(BaseDeviceAdminTest.ADMIN_RECEIVER_COMPONENT, in handleIntent()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java379 setDelegatedScopes(DELEGATE_APP_PKG, scopes); in testDelegation()
385 setDelegatedScopes(DELEGATE_APP_PKG, null); in testDelegation()
393 setDelegatedScopes(DELEGATE_APP_PKG, null); in testDelegation()
403 setDelegatedScopes(CERT_INSTALLER_PKG, Arrays.asList( in testDelegationCertSelection()
1937 protected void setDelegatedScopes(String packageName, List<String> scopes) in setDelegatedScopes() method in DeviceAndProfileOwnerTest