Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseManagedProfileTest.java38 protected static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in BaseManagedProfileTest
DManagedProfileCrossProfileTest.java92 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testCrossProfileContent()
167 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testCrossProfileCopyPaste()
DDeviceOwnerTest.java55 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceOwnerTest
1104 installAppAsUser(INTENT_RECEIVER_APK, userId); in createAffiliatedSecondaryUser()
DDeviceAndProfileOwnerTest.java77 protected static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceAndProfileOwnerTest
724 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testSuspendPackage()
751 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testSuspendPackageWithPackageManager()
DMixedDeviceOwnerTest.java478 installAppAsUser(INTENT_RECEIVER_APK, userId); in createSecondaryUserAsProfileOwner()