Searched refs:INTENT_RECEIVER_PKG (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | SuspendPackageTest.java | 28 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/ |
D | CustomDeviceOwnerTest.java | 38 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()
|
D | ManagedProfileTest.java | 43 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()
|
D | DeviceOwnerTest.java | 34 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in DeviceOwnerTest 324 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in testLockTask()
|
D | DeviceAndProfileOwnerTest.java | 42 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/ |
D | SuspendPackageTest.java | 13 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()
|