Searched refs:INTENT_RECEIVER_APK (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | CustomDeviceOwnerTest.java | 39 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in CustomDeviceOwnerTest 62 installAppAsUser(INTENT_RECEIVER_APK, mPrimaryUserId); in testOwnerChangedBroadcast()
|
D | ManagedProfileTest.java | 54 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in ManagedProfileTest 491 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId); in testAppLinks_verificationStatus() 493 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId); in testAppLinks_verificationStatus() 529 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId); in testAppLinks_enabledStatus() 531 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId); in testAppLinks_enabledStatus() 594 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId); in testCrossProfileContent() 595 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId); in testCrossProfileContent() 683 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId); in testCrossProfileCopyPaste() 685 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId); in testCrossProfileCopyPaste()
|
D | DeviceOwnerTest.java | 54 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceOwnerTest 576 installAppAsUser(INTENT_RECEIVER_APK, mPrimaryUserId); in testLockTask_deviceOwnerUser() 1157 installAppAsUser(INTENT_RECEIVER_APK, userId); in createAffiliatedSecondaryUser()
|
D | DeviceAndProfileOwnerTest.java | 60 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceAndProfileOwnerTest 1064 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testSuspendPackage() 1091 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testSuspendPackageWithPackageManager() 1284 installAppAsUser(INTENT_RECEIVER_APK, mUserId); in testClearApplicationData_testPkg()
|