Home
last modified time | relevance | path

Searched refs:INTENT_RECEIVER_PKG (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSuspendPackageTest.java33 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in SuspendPackageTest
43 String[] notHandled = setSuspendedPackages(/* suspend= */ true, INTENT_RECEIVER_PKG); in testSetPackagesSuspended()
47 assertPackageSuspended(INTENT_RECEIVER_PKG); in testSetPackagesSuspended()
57 new String[] {INTENT_RECEIVER_PKG}, true, null, null, dialogInfo); in testSetPackagesSuspendedWithPackageManager()
61 assertPackageSuspended(INTENT_RECEIVER_PKG); in testSetPackagesSuspendedWithPackageManager()
66 new String[] {INTENT_RECEIVER_PKG}, false, null, null, (SuspendDialogInfo) null); in testSetPackagesNotSuspendedWithPackageManager()
71 assertPackageNotSuspended(INTENT_RECEIVER_PKG); in testSetPackagesNotSuspendedWithPackageManager()
76 String[] notHandled = setSuspendedPackages(/* suspend= */ false, INTENT_RECEIVER_PKG); in testSetPackagesNotSuspended()
81 assertPackageNotSuspended(INTENT_RECEIVER_PKG); in testSetPackagesNotSuspended()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DCustomDeviceOwnerTest.java39 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in CustomDeviceOwnerTest
61 String testClass = INTENT_RECEIVER_PKG + ".OwnerChangedBroadcastTest"; in testOwnerChangedBroadcast()
65 runDeviceTestsAsUser(INTENT_RECEIVER_PKG, testClass, in testOwnerChangedBroadcast()
75 runDeviceTestsAsUser(INTENT_RECEIVER_PKG, testClass, in testOwnerChangedBroadcast()
78 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in testOwnerChangedBroadcast()
DBaseManagedProfileTest.java30 protected static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in BaseManagedProfileTest
79 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in tearDown()
DDeviceAndProfileOwnerTest.java72 protected static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in DeviceAndProfileOwnerTest
209 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in tearDown()
1057 .setStrings(INTENT_RECEIVER_PKG) in testSuspendPackage()
1283 runDeviceTestsAsUser(INTENT_RECEIVER_PKG, INTENT_RECEIVER_PKG + ".ClearApplicationDataTest", in testClearApplicationData_testPkg()
1286 runDeviceTestsAsUser(INTENT_RECEIVER_PKG, INTENT_RECEIVER_PKG + ".ClearApplicationDataTest", in testClearApplicationData_testPkg()
DDeviceOwnerTest.java57 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in DeviceOwnerTest
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DSuspendPackageTest.java42 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in SuspendPackageTest
98 intent.setClassName(INTENT_RECEIVER_PKG, TARGET_ACTIVITY_NAME); in assertPackageSuspended()
103 + INTENT_RECEIVER_PKG + "/" + TARGET_ACTIVITY_NAME + " on user " in assertPackageSuspended()