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
113 installAppAsUser(DEVICE_OWNER_APK, mPrimaryUserId); in setUp()
650 installAppAsUser(DEVICE_OWNER_APK, userId); in testLockTask_unaffiliatedUser()
1158 installAppAsUser(DEVICE_OWNER_APK, userId); in createAffiliatedSecondaryUser()
DManagedProfileTest.java46 private static final String DEVICE_OWNER_APK = "CtsDeviceOwnerApp.apk"; field in ManagedProfileTest
958 installAppAsUser(DEVICE_OWNER_APK, mProfileUserId); in testCannotSetProfileOwnerAgain()
969 installAppAsUser(DEVICE_OWNER_APK, mParentUserId); in testCannotSetDeviceOwnerWhenProfilePresent()