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.java29 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in SuspendPackageTest
34 {INTENT_RECEIVER_PKG}, true); in testSetPackagesSuspended()
40 ADMIN_RECEIVER_COMPONENT, INTENT_RECEIVER_PKG); in testSetPackagesSuspended()
51 new String[] {INTENT_RECEIVER_PKG}, true, null, null, dialogInfo); in testSetPackagesSuspendedWithPackageManager()
57 ADMIN_RECEIVER_COMPONENT, INTENT_RECEIVER_PKG); in testSetPackagesSuspendedWithPackageManager()
64 new String[] {INTENT_RECEIVER_PKG}, in testSetPackagesNotSuspended()
71 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
64 String testClass = INTENT_RECEIVER_PKG + ".OwnerChangedBroadcastTest"; in testOwnerChangedBroadcast()
68 runDeviceTestsAsUser(INTENT_RECEIVER_PKG, testClass, in testOwnerChangedBroadcast()
78 runDeviceTestsAsUser(INTENT_RECEIVER_PKG, testClass, in testOwnerChangedBroadcast()
81 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in testOwnerChangedBroadcast()
DManagedProfileTest.java53 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in ManagedProfileTest
149 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in tearDown()
496 changeVerificationStatus(mParentUserId, INTENT_RECEIVER_PKG, "ask"); in testAppLinks_verificationStatus()
497 changeVerificationStatus(mProfileUserId, INTENT_RECEIVER_PKG, "ask"); in testAppLinks_verificationStatus()
506 changeVerificationStatus(mParentUserId, INTENT_RECEIVER_PKG, "never"); in testAppLinks_verificationStatus()
510 changeVerificationStatus(mProfileUserId, INTENT_RECEIVER_PKG, "never"); in testAppLinks_verificationStatus()
514 changeVerificationStatus(mProfileUserId, INTENT_RECEIVER_PKG, "always"); in testAppLinks_verificationStatus()
515 changeVerificationStatus(mParentUserId, INTENT_RECEIVER_PKG, "always"); in testAppLinks_verificationStatus()
DDeviceAndProfileOwnerTest.java61 protected static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in DeviceAndProfileOwnerTest
191 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in tearDown()
1095 getDevice().uninstallPackage(INTENT_RECEIVER_PKG); in testLockTask()
1193 .setStrings(INTENT_RECEIVER_PKG) in testSuspendPackage()
1407 runDeviceTestsAsUser(INTENT_RECEIVER_PKG, INTENT_RECEIVER_PKG + ".ClearApplicationDataTest", in testClearApplicationData_testPkg()
1410 runDeviceTestsAsUser(INTENT_RECEIVER_PKG, INTENT_RECEIVER_PKG + ".ClearApplicationDataTest", in testClearApplicationData_testPkg()
DDeviceOwnerTest.java53 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.java35 private static final String INTENT_RECEIVER_PKG = "com.android.cts.intent.receiver"; field in SuspendPackageTest
72 intent.setClassName(INTENT_RECEIVER_PKG, TARGET_ACTIVITY_NAME); in assertPackageSuspended()