Home
last modified time | relevance | path

Searched refs:DEVICE_OWNER_APK (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDeviceOwnerTest.java33 protected static final String DEVICE_OWNER_APK = "CtsDeviceOwnerApp.apk"; field in BaseDeviceOwnerTest
50 installDeviceOwnerApp(DEVICE_OWNER_APK); in setUp()
DManagedProfileTest.java46 private static final String DEVICE_OWNER_APK = "CtsDeviceOwnerApp.apk"; field in ManagedProfileTest
170 installAppAsUser(DEVICE_OWNER_APK, mProfileUserId); in testCannotSetProfileOwnerAgain()
179 installAppAsUser(DEVICE_OWNER_APK, mParentUserId); in testCannotSetDeviceOwnerWhenProfilePresent()
DDeviceOwnerTest.java1109 installAppAsUser(DEVICE_OWNER_APK, userId); in createAffiliatedSecondaryUser()
/cts/hostsidetests/settings/src/com/google/android/cts/settings/
DPrivacyDeviceOwnerTest.java47 private static final String DEVICE_OWNER_APK = "CtsSettingsDeviceOwnerApp.apk"; field in PrivacyDeviceOwnerTest
97 installPackage(mDeviceOwnerUserId, DEVICE_OWNER_APK); in setUp()
100 installPackage(mTestUserId, DEVICE_OWNER_APK); in setUp()