Searched refs:INTENT_SENDER_PKG (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | BaseManagedProfileTest.java | 29 protected static final String INTENT_SENDER_PKG = "com.android.cts.intent.sender"; field in BaseManagedProfileTest 78 getDevice().uninstallPackage(INTENT_SENDER_PKG); in tearDown()
|
D | ManagedProfileCrossProfileTest.java | 99 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".ContentTest", mParentUserId); in testCrossProfileContent() 106 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".ContentTest", mProfileUserId); in testCrossProfileContent() 195 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".CopyPasteTest", in testCrossProfileCopyPasteInternal() 197 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".CopyPasteTest", in testCrossProfileCopyPasteInternal() 200 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".CopyPasteTest", in testCrossProfileCopyPasteInternal() 203 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".CopyPasteTest", in testCrossProfileCopyPasteInternal()
|
D | DeviceAndProfileOwnerTest.java | 79 private static final String INTENT_SENDER_PKG = "com.android.cts.intent.sender"; field in DeviceAndProfileOwnerTest 186 getDevice().uninstallPackage(INTENT_SENDER_PKG); in tearDown() 1139 runDeviceTestsAsUser(INTENT_SENDER_PKG, ".SuspendPackageTest", testName, mUserId); in executeSuspendPackageTestMethod()
|