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
67 String testClass = INTENT_RECEIVER_PKG + ".OwnerChangedBroadcastTest"; in testOwnerChangedBroadcast()
71 runDeviceTestsAsUser(INTENT_RECEIVER_PKG, testClass, in testOwnerChangedBroadcast()
80 runDeviceTestsAsUser(INTENT_RECEIVER_PKG, testClass, in testOwnerChangedBroadcast()
83 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in testOwnerChangedBroadcast()
DManagedProfileTest.java46 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in ManagedProfileTest
114 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in tearDown()
242 changeVerificationStatus(mParentUserId, INTENT_RECEIVER_PKG, "ask"); in testAppLinks_verificationStatus()
243 changeVerificationStatus(mProfileUserId, INTENT_RECEIVER_PKG, "ask"); in testAppLinks_verificationStatus()
252 changeVerificationStatus(mParentUserId, INTENT_RECEIVER_PKG, "never"); in testAppLinks_verificationStatus()
256 changeVerificationStatus(mProfileUserId, INTENT_RECEIVER_PKG, "never"); in testAppLinks_verificationStatus()
260 changeVerificationStatus(mProfileUserId, INTENT_RECEIVER_PKG, "always"); in testAppLinks_verificationStatus()
261 changeVerificationStatus(mParentUserId, INTENT_RECEIVER_PKG, "always"); in testAppLinks_verificationStatus()
DDeviceOwnerTest.java35 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in DeviceOwnerTest
371 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in testLockTask_deviceOwnerUser()
DDeviceAndProfileOwnerTest.java46 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in DeviceAndProfileOwnerTest
123 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in tearDown()
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DSuspendPackageTest.java29 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in SuspendPackageTest
61 intent.setClassName(INTENT_RECEIVER_PKG, TARGET_ACTIVITY_NAME); in assertPackageSuspended()