Searched refs:CTS_PACKAGE (Results 1 – 2 of 2) sorted by relevance
70 final String CTS_PACKAGE = PACKAGE_NAME; in testSetApplicationRestrictions() local71 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()
35 public static final String CTS_PACKAGE = "com.android.cts.tradefed.testtype"; field in CtsBuildProvider46 Package.getPackage(CTS_PACKAGE).getImplementationVersion(), in getBuild()