Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DCustomDeviceOwnerTest.java39 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in CustomDeviceOwnerTest
65 installAppAsUser(INTENT_RECEIVER_APK, mPrimaryUserId); in testOwnerChangedBroadcast()
DManagedProfileTest.java47 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in ManagedProfileTest
237 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId); in testAppLinks_verificationStatus()
239 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId); in testAppLinks_verificationStatus()
275 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId); in testAppLinks_enabledStatus()
277 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId); in testAppLinks_enabledStatus()
335 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId); in testCrossProfileContent()
337 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId); in testCrossProfileContent()
360 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId); in testCrossProfileCopyPaste()
362 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId); in testCrossProfileCopyPaste()
DDeviceOwnerTest.java36 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceOwnerTest
362 installAppAsUser(INTENT_RECEIVER_APK, mPrimaryUserId); in testLockTask_deviceOwnerUser()
407 installAppAsUser(INTENT_RECEIVER_APK, userId); in testLockTask_affiliatedSecondaryUser()
DDeviceAndProfileOwnerTest.java47 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceAndProfileOwnerTest
626 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testSuspendPackage()