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
63 installAppAsUser(DEVICE_OWNER_APK, mPrimaryUserId); in testOwnerChangedBroadcast()
94 installAppAsUser(DEVICE_OWNER_APK, mPrimaryUserId); in testCannotSetDeviceOwnerWhenSecondaryUserPresent()
111 installAppAsUser(DEVICE_OWNER_APK, mPrimaryUserId); in testCannotSetDeviceOwnerWhenAccountPresent()
127 installAppAsUser(DEVICE_OWNER_APK, mPrimaryUserId); in testIsProvisioningAllowed()
DDeviceOwnerTest.java28 private static final String DEVICE_OWNER_APK = "CtsDeviceOwnerApp.apk"; field in DeviceOwnerTest
60 installAppAsUser(DEVICE_OWNER_APK, mPrimaryUserId); in setUp()
381 installAppAsUser(DEVICE_OWNER_APK, userId); in testLockTask_unaffiliatedUser()
408 installAppAsUser(DEVICE_OWNER_APK, userId); in testLockTask_affiliatedSecondaryUser()
DManagedProfileTest.java39 private static final String DEVICE_OWNER_APK = "CtsDeviceOwnerApp.apk"; field in ManagedProfileTest
612 installAppAsUser(DEVICE_OWNER_APK, mProfileUserId); in testCannotSetProfileOwnerAgain()
623 installAppAsUser(DEVICE_OWNER_APK, mParentUserId); in testCannotSetDeviceOwnerWhenProfilePresent()