Home
last modified time | relevance | path

Searched refs:DELEGATE_APP_PKG (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DMixedDeviceOwnerTest.java106 .setAdminPackageName(DELEGATE_APP_PKG) in getAdditionalDelegationTests()
111 .setAdminPackageName(DELEGATE_APP_PKG) in getAdditionalDelegationTests()
115 .setAdminPackageName(DELEGATE_APP_PKG) in getAdditionalDelegationTests()
DDeviceAndProfileOwnerTest.java80 protected static final String DELEGATE_APP_PKG = "com.android.cts.delegate"; field in DeviceAndProfileOwnerTest
185 getDevice().uninstallPackage(DELEGATE_APP_PKG); in tearDown()
235 runDeviceTestsAsUser(DELEGATE_APP_PKG, ".AppRestrictionsIsCallerDelegateHelper", in testApplicationRestrictionIsRestricted()
239 runDeviceTestsAsUser(DELEGATE_APP_PKG, ".AppRestrictionsIsCallerDelegateHelper", in testApplicationRestrictionIsRestricted()
257 changeApplicationRestrictionsManagingPackage(DELEGATE_APP_PKG); in testApplicationRestrictions()
259 runDeviceTestsAsUser(DELEGATE_APP_PKG, ".GeneralDelegateTest", in testApplicationRestrictions()
270 runDeviceTestsAsUser(DELEGATE_APP_PKG, ".AppRestrictionsDelegateTest", in testApplicationRestrictions()
379 setDelegatedScopes(DELEGATE_APP_PKG, scopes); in testDelegation()
380 runDeviceTestsAsUser(DELEGATE_APP_PKG, ".GeneralDelegateTest", null, mUserId, in testDelegation()
385 setDelegatedScopes(DELEGATE_APP_PKG, null); in testDelegation()
[all …]