Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DCustomDeviceOwnerTest.java32 private static final String DEVICE_OWNER_APK = "CtsDeviceOwnerApp.apk"; field in CustomDeviceOwnerTest
60 installAppAsUser(DEVICE_OWNER_APK, mPrimaryUserId); in testOwnerChangedBroadcast()
92 installAppAsUser(DEVICE_OWNER_APK, mPrimaryUserId); in testCannotSetDeviceOwnerWhenSecondaryUserPresent()
109 installAppAsUser(DEVICE_OWNER_APK, mPrimaryUserId); in testCannotSetDeviceOwnerWhenAccountPresent()
125 installAppAsUser(DEVICE_OWNER_APK, mPrimaryUserId); in testIsProvisioningAllowed()
DDeviceOwnerTest.java44 private static final String DEVICE_OWNER_APK = "CtsDeviceOwnerApp.apk"; field in DeviceOwnerTest
107 installAppAsUser(DEVICE_OWNER_APK, mPrimaryUserId); in setUp()
1037 installAppAsUser(DEVICE_OWNER_APK, userId); in createAffiliatedSecondaryUser()
DManagedProfileTest.java46 private static final String DEVICE_OWNER_APK = "CtsDeviceOwnerApp.apk"; field in ManagedProfileTest
948 installAppAsUser(DEVICE_OWNER_APK, mProfileUserId); in testCannotSetProfileOwnerAgain()
959 installAppAsUser(DEVICE_OWNER_APK, mParentUserId); in testCannotSetDeviceOwnerWhenProfilePresent()