Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java107 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in tearDown()
109 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in tearDown()
141 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, DELEGATE_PKG, scopes); in testDelegateReceivesScopeChangedBroadcast()
160 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testCantDelegateToUninstalledPackage()
187 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testCanRetrieveDelegates()
189 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testCanRetrieveDelegates()
222 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, DELEGATE_PKG, in testDeviceOwnerOrManagedPoOnlyDelegations()
231 () -> mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testDeviceOwnerOrManagedPoOnlyDelegations()
247 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, DELEGATE_PKG, in testDeviceOwnerOrOrgOwnedManagedPoOnlyDelegations()
258 () -> mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, in testDeviceOwnerOrOrgOwnedManagedPoOnlyDelegations()
[all …]
DDelegatedCertInstallerHelper.java55 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE, in testManualSetCertInstallerDelegate()
64 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE, Arrays.asList()); in testManualClearCertInstallerDelegate()
DDelegatedCertInstallerTest.java234 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE, in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()
243 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE, Arrays.asList()); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()
255 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE, in testCanReadEnrollmentSpecificId()
DNetworkLoggingTest.java179 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, DELEGATE_APP_PKG, in testSetDelegateScope_delegationNetworkLogging()
188 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, DELEGATE_APP_PKG, in testSetDelegateScope_noDelegation()
DSetPolicyActivity.java111 dpm.setDelegatedScopes(BaseDeviceAdminTest.ADMIN_RECEIVER_COMPONENT, in handleIntent()
DSecurityLoggingTest.java561 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, DELEGATE_APP_PKG, in testSetDelegateScope_delegationSecurityLogging()
569 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, DELEGATE_APP_PKG, in testSetDelegateScope_noDelegation()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java389 setDelegatedScopes(DELEGATE_APP_PKG, scopes); in testDelegation()
395 setDelegatedScopes(DELEGATE_APP_PKG, null); in testDelegation()
403 setDelegatedScopes(DELEGATE_APP_PKG, null); in testDelegation()
414 setDelegatedScopes(CERT_INSTALLER_PKG, Arrays.asList( in testDelegationCertSelection()
1932 protected void setDelegatedScopes(String packageName, List<String> scopes) in setDelegatedScopes() method in DeviceAndProfileOwnerTest
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDevicePolicyManagerWrapper.java189 doAnswer(answer).when(spy).setDelegatedScopes(any(), any(), any()); in getWrapper()