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 | 131 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()
|
D | DeviceAndProfileOwnerTest.java | 75 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()
|