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.java41 private static final String INTENT_SENDER_APK = "CtsIntentSenderApp.apk"; field in ManagedProfileTest
202 installAppAsUser(INTENT_SENDER_APK, mParentUserId); in testAppLinks()
204 installAppAsUser(INTENT_SENDER_APK, mProfileUserId); in testAppLinks()
247 installAppAsUser(INTENT_SENDER_APK, mParentUserId); in testCrossProfileContent()
249 installAppAsUser(INTENT_SENDER_APK, mProfileUserId); in testCrossProfileContent()
272 installAppAsUser(INTENT_SENDER_APK, mParentUserId); in testCrossProfileCopyPaste()
274 installAppAsUser(INTENT_SENDER_APK, mProfileUserId); in testCrossProfileCopyPaste()
DDeviceAndProfileOwnerTest.java46 private static final String INTENT_SENDER_APK = "CtsIntentSenderApp.apk"; field in DeviceAndProfileOwnerTest
504 installAppAsUser(INTENT_SENDER_APK, mUserId); in testSuspendPackage()