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.java44 private static final String INTENT_SENDER_APK = "CtsIntentSenderApp.apk"; field in ManagedProfileTest
238 installAppAsUser(INTENT_SENDER_APK, mParentUserId); in testAppLinks_verificationStatus()
240 installAppAsUser(INTENT_SENDER_APK, mProfileUserId); in testAppLinks_verificationStatus()
276 installAppAsUser(INTENT_SENDER_APK, mParentUserId); in testAppLinks_enabledStatus()
278 installAppAsUser(INTENT_SENDER_APK, mProfileUserId); in testAppLinks_enabledStatus()
336 installAppAsUser(INTENT_SENDER_APK, mParentUserId); in testCrossProfileContent()
338 installAppAsUser(INTENT_SENDER_APK, mProfileUserId); in testCrossProfileContent()
361 installAppAsUser(INTENT_SENDER_APK, mParentUserId); in testCrossProfileCopyPaste()
363 installAppAsUser(INTENT_SENDER_APK, mProfileUserId); in testCrossProfileCopyPaste()
DDeviceAndProfileOwnerTest.java50 private static final String INTENT_SENDER_APK = "CtsIntentSenderApp.apk"; field in DeviceAndProfileOwnerTest
625 installAppAsUser(INTENT_SENDER_APK, mUserId); in testSuspendPackage()