Searched refs:setDelegatedScopes (Results 1 – 11 of 11) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | DelegationScopesTest.java | 87 sDeviceState.dpc().devicePolicyManager().setDelegatedScopes( in getDelegatedScopes_returnsFromSetDelegatedScopes() 106 sDeviceState.dpc().devicePolicyManager().setDelegatedScopes( in getDelegatedScopes_fromApp_returnsFromSetDelegatedScopes() 124 sDeviceState.dpc().devicePolicyManager().setDelegatedScopes( in getDelegatedScopes_fromApp_passComponentName_throwsException() 143 sDeviceState.dpc().devicePolicyManager().setDelegatedScopes( in getDelegatedScopes_fromApp_differentPackage_throwsException() 147 sDeviceState.dpc().devicePolicyManager().setDelegatedScopes( in getDelegatedScopes_fromApp_differentPackage_throwsException() 166 sDeviceState.dpc().devicePolicyManager().setDelegatedScopes( in setDelegatedScopes_invalidAdmin_throwsSecurityException() 187 sDeviceState.dpc().devicePolicyManager().setDelegatedScopes( in getDelegatedScopes_returnsLatestFromSetDelegatedScopes() 191 sDeviceState.dpc().devicePolicyManager().setDelegatedScopes( in getDelegatedScopes_returnsLatestFromSetDelegatedScopes() 214 sDeviceState.dpc().devicePolicyManager().setDelegatedScopes( in setDelegatedScopes_uninstalledPackage_throwsExceptionWithoutChangingState() 228 sDeviceState.dpc().devicePolicyManager().setDelegatedScopes( in getDelegatePackages_oneApp_twoScopes_returnsFromSetDelegatedScopes() [all …]
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | DelegatedCertInstallerHelper.java | 41 setDelegatedScopes(CERT_INSTALLER_PACKAGE, CERT_INSTALL_SCOPES); in testManualSetCertInstallerDelegate() 49 setDelegatedScopes(CERT_INSTALLER_PACKAGE, Arrays.asList()); in testManualClearCertInstallerDelegate()
|
D | NetworkLoggingTest.java | 180 setDelegatedScopes(DELEGATE_APP_PKG, Arrays.asList(DELEGATION_NETWORK_LOGGING)); in testSetDelegateScope_delegationNetworkLogging() 188 setDelegatedScopes(DELEGATE_APP_PKG, Arrays.asList()); in testSetDelegateScope_noDelegation() 211 protected void setDelegatedScopes(String delegatePackage, List<String> scopes) { in setDelegatedScopes() method in NetworkLoggingTest 214 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, delegatePackage, scopes); in setDelegatedScopes()
|
D | DelegatedCertInstallerTest.java | 238 setDelegatedScopes(CERT_INSTALLER_PACKAGE, CERT_INSTALL_SCOPES); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet() 246 setDelegatedScopes(CERT_INSTALLER_PACKAGE, Arrays.asList()); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet() 258 setDelegatedScopes(CERT_INSTALLER_PACKAGE, CERT_INSTALL_SCOPES); in testCanReadEnrollmentSpecificId()
|
D | BaseDeviceAdminTest.java | 231 protected void setDelegatedScopes(String delegatePackage, List<String> scopes) { in setDelegatedScopes() method in BaseDeviceAdminTest 234 mDevicePolicyManager.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, delegatePackage, scopes); in setDelegatedScopes()
|
D | SetPolicyActivity.java | 111 dpm.setDelegatedScopes(BaseDeviceAdminTest.ADMIN_RECEIVER_COMPONENT, in handleIntent()
|
D | SecurityLoggingTest.java | 633 setDelegatedScopes(DELEGATE_APP_PKG, Arrays.asList(DELEGATION_SECURITY_LOGGING)); in testSetDelegateScope_delegationSecurityLogging() 640 setDelegatedScopes(DELEGATE_APP_PKG, Arrays.asList()); in testSetDelegateScope_noDelegation()
|
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/ |
D | EnterpriseComponent.kt | 72 dpc.devicePolicyManager().setDelegatedScopes( in ensureHasDelegate()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | DeviceAndProfileOwnerTest.java | 217 setDelegatedScopes(CERT_INSTALLER_PKG, Arrays.asList( in testDelegationCertSelection() 1147 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/ |
D | DevicePolicyManagerWrapper.java | 191 doAnswer(answer).when(spy).setDelegatedScopes(any(), any(), any()); in getWrapper()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 8180 …method public void setDelegatedScopes(@NonNull android.content.ComponentName, @NonNull String, @No…
|