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
74 installAppAsUser(INTENT_RECEIVER_APK, mPrimaryUserId); in testOwnerChangedBroadcast()
DManagedProfileTest.java44 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in ManagedProfileTest
201 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId); in testAppLinks()
203 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId); in testAppLinks()
246 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId); in testCrossProfileContent()
248 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId); in testCrossProfileContent()
271 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId); in testCrossProfileCopyPaste()
273 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId); in testCrossProfileCopyPaste()
DDeviceOwnerTest.java35 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceOwnerTest
321 installAppAsUser(INTENT_RECEIVER_APK, mPrimaryUserId); in testLockTask()
DDeviceAndProfileOwnerTest.java43 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceAndProfileOwnerTest
505 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testSuspendPackage()