Home
last modified time | relevance | path

Searched refs:CTS_PACKAGE (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DApplicationRestrictionsTest.java70 final String CTS_PACKAGE = PACKAGE_NAME; in testSetApplicationRestrictions() local
71 final String OTHER_PACKAGE = CTS_PACKAGE + "dummy"; in testSetApplicationRestrictions()
79 mDevicePolicyManager.setApplicationRestrictions(ADMIN_RECEIVER_COMPONENT, CTS_PACKAGE, in testSetApplicationRestrictions()
86 CTS_PACKAGE)); in testSetApplicationRestrictions()
95 mDevicePolicyManager.setApplicationRestrictions(ADMIN_RECEIVER_COMPONENT, CTS_PACKAGE, in testSetApplicationRestrictions()
98 CTS_PACKAGE)); in testSetApplicationRestrictions()
102 mDevicePolicyManager.setApplicationRestrictions(ADMIN_RECEIVER_COMPONENT, CTS_PACKAGE, in testSetApplicationRestrictions()
105 ADMIN_RECEIVER_COMPONENT, CTS_PACKAGE).isEmpty()); in testSetApplicationRestrictions()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
DCtsBuildProvider.java35 public static final String CTS_PACKAGE = "com.android.cts.tradefed.testtype"; field in CtsBuildProvider
46 Package.getPackage(CTS_PACKAGE).getImplementationVersion(), in getBuild()