Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DCustomDeviceOwnerTest.java40 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in CustomDeviceOwnerTest
53 installAppAsUser(INTENT_RECEIVER_APK, mDeviceOwnerUserId); in testOwnerChangedBroadcast()
DBaseManagedProfileTest.java38 protected static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in BaseManagedProfileTest
DManagedProfileCrossProfileTest.java124 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testCrossProfileContent()
200 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testCrossProfileCopyPaste()
DDeviceOwnerTest.java57 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceOwnerTest
1013 installAppAsUser(INTENT_RECEIVER_APK, userId); in createAffiliatedSecondaryUser()
DDeviceAndProfileOwnerTest.java74 protected static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceAndProfileOwnerTest
980 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testSuspendPackage()
1007 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testSuspendPackageWithPackageManager()
1190 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testClearApplicationData_testPkg()
DMixedDeviceOwnerTest.java612 installAppAsUser(INTENT_RECEIVER_APK, userId); in createSecondaryUserAsProfileOwner()