Home
last modified time | relevance | path

Searched refs:INTENT_SENDER_APK (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java51 private static final String INTENT_SENDER_APK = "CtsIntentSenderApp.apk"; field in ManagedProfileTest
492 installAppAsUser(INTENT_SENDER_APK, mParentUserId); in testAppLinks_verificationStatus()
494 installAppAsUser(INTENT_SENDER_APK, mProfileUserId); in testAppLinks_verificationStatus()
530 installAppAsUser(INTENT_SENDER_APK, mParentUserId); in testAppLinks_enabledStatus()
532 installAppAsUser(INTENT_SENDER_APK, mProfileUserId); in testAppLinks_enabledStatus()
592 installAppAsUser(INTENT_SENDER_APK, false /* grantPermissions */, mParentUserId); in testCrossProfileContent()
593 installAppAsUser(INTENT_SENDER_APK, false /* grantPermissions */, mProfileUserId); in testCrossProfileContent()
684 installAppAsUser(INTENT_SENDER_APK, mParentUserId); in testCrossProfileCopyPaste()
686 installAppAsUser(INTENT_SENDER_APK, mProfileUserId); in testCrossProfileCopyPaste()
DDeviceAndProfileOwnerTest.java63 private static final String INTENT_SENDER_APK = "CtsIntentSenderApp.apk"; field in DeviceAndProfileOwnerTest
1063 installAppAsUser(INTENT_SENDER_APK, mUserId); in testSuspendPackage()
1090 installAppAsUser(INTENT_SENDER_APK, mUserId); in testSuspendPackageWithPackageManager()