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.java28 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in SuspendPackageTest
33 {INTENT_RECEIVER_PKG}, true); in testSetPackagesSuspended()
39 ADMIN_RECEIVER_COMPONENT, INTENT_RECEIVER_PKG); in testSetPackagesSuspended()
46 new String[] {INTENT_RECEIVER_PKG}, in testSetPackagesNotSuspended()
53 ADMIN_RECEIVER_COMPONENT, INTENT_RECEIVER_PKG); in testSetPackagesNotSuspended()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DCustomDeviceOwnerTest.java38 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in CustomDeviceOwnerTest
76 String testClass = INTENT_RECEIVER_PKG + ".OwnerChangedBroadcastTest"; in testOwnerChangedBroadcast()
80 assertTrue(runDeviceTestsAsUser(INTENT_RECEIVER_PKG, testClass, in testOwnerChangedBroadcast()
89 assertTrue(runDeviceTestsAsUser(INTENT_RECEIVER_PKG, testClass, in testOwnerChangedBroadcast()
92 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in testOwnerChangedBroadcast()
DManagedProfileTest.java43 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in ManagedProfileTest
108 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in tearDown()
206 changeVerificationStatus(mParentUserId, INTENT_RECEIVER_PKG, "ask"); in testAppLinks()
207 changeVerificationStatus(mProfileUserId, INTENT_RECEIVER_PKG, "ask"); in testAppLinks()
217 changeVerificationStatus(mParentUserId, INTENT_RECEIVER_PKG, "never"); in testAppLinks()
221 changeVerificationStatus(mProfileUserId, INTENT_RECEIVER_PKG, "never"); in testAppLinks()
225 changeVerificationStatus(mProfileUserId, INTENT_RECEIVER_PKG, "always"); in testAppLinks()
226 changeVerificationStatus(mParentUserId, INTENT_RECEIVER_PKG, "always"); in testAppLinks()
DDeviceOwnerTest.java34 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in DeviceOwnerTest
324 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in testLockTask()
DDeviceAndProfileOwnerTest.java42 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in DeviceAndProfileOwnerTest
106 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in tearDown()
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DSuspendPackageTest.java13 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in SuspendPackageTest
45 intent.setClassName(INTENT_RECEIVER_PKG, TARGET_ACTIVTIY_NAME); in assertPackageSuspended()