Searched refs:INTENT_RECEIVER_APK (Results 1 – 5 of 5) 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 | MixedDeviceOwnerTest.java | 133 installAppAsUser(INTENT_RECEIVER_APK, userId); in createSecondaryUserAsProfileOwner()
|
D | ManagedProfileTest.java | 54 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()
|
D | DeviceAndProfileOwnerTest.java | 62 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()
|
D | DeviceOwnerTest.java | 54 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk"; field in DeviceOwnerTest 1036 installAppAsUser(INTENT_RECEIVER_APK, userId); in createAffiliatedSecondaryUser()
|