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/
DCustomDeviceOwnerTest.java39 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in CustomDeviceOwnerTest
62 installAppAsUser(INTENT_RECEIVER_APK, mPrimaryUserId); in testOwnerChangedBroadcast()
DMixedDeviceOwnerTest.java133 installAppAsUser(INTENT_RECEIVER_APK, userId); in createSecondaryUserAsProfileOwner()
DManagedProfileTest.java54 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in ManagedProfileTest
493 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testAppLinks_verificationStatus()
529 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testAppLinks_enabledStatus()
591 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testCrossProfileContent()
675 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testCrossProfileCopyPaste()
DDeviceAndProfileOwnerTest.java62 protected static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceAndProfileOwnerTest
1078 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testLockTask()
1186 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testSuspendPackage()
1213 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testSuspendPackageWithPackageManager()
1406 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testClearApplicationData_testPkg()
DDeviceOwnerTest.java54 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceOwnerTest
1036 installAppAsUser(INTENT_RECEIVER_APK, userId); in createAffiliatedSecondaryUser()