Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseManagedProfileTest.java29 protected static final String INTENT_SENDER_PKG = "com.android.cts.intent.sender"; field in BaseManagedProfileTest
78 getDevice().uninstallPackage(INTENT_SENDER_PKG); in tearDown()
DManagedProfileCrossProfileTest.java131 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".ContentTest", mParentUserId); in testCrossProfileContent()
138 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".ContentTest", mProfileUserId); in testCrossProfileContent()
228 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".CopyPasteTest", in testCrossProfileCopyPasteInternal()
231 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".CopyPasteTest", in testCrossProfileCopyPasteInternal()
DDeviceAndProfileOwnerTest.java75 private static final String INTENT_SENDER_PKG = "com.android.cts.intent.sender"; field in DeviceAndProfileOwnerTest
210 getDevice().uninstallPackage(INTENT_SENDER_PKG); in tearDown()
1880 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".SuspendPackageTest", testName, mUserId); in executeSuspendPackageTestMethod()