Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java43 private static final String INTENT_SENDER_PKG = "com.android.cts.intent.sender"; field in ManagedProfileTest
113 getDevice().uninstallPackage(INTENT_SENDER_PKG); in tearDown()
345 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".ContentTest", mParentUserId); in testCrossProfileContent()
352 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".ContentTest", mProfileUserId); in testCrossProfileContent()
390 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".CopyPasteTest", in testCrossProfileCopyPasteInternal()
392 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".CopyPasteTest", in testCrossProfileCopyPasteInternal()
395 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".CopyPasteTest", in testCrossProfileCopyPasteInternal()
955 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".AppLinkTest", methodName, in assertAppLinkResult()
DDeviceAndProfileOwnerTest.java49 private static final String INTENT_SENDER_PKG = "com.android.cts.intent.sender"; field in DeviceAndProfileOwnerTest
124 getDevice().uninstallPackage(INTENT_SENDER_PKG); in tearDown()
721 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".SuspendPackageTest", in executeSuspendPackageTestMethod()