Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDeviceAdminServiceTest.java27 protected static final String OWNER_PKG = "com.android.cts.deviceadminservice"; field in BaseDeviceAdminServiceTest
39 protected static final String OWNER_COMPONENT = OWNER_PKG + "/" + ADMIN_RECEIVER_TEST_CLASS;
40 protected static final String OWNER_SERVICE = OWNER_PKG + "/.MyService";
41 protected static final String OWNER_SERVICE2 = OWNER_PKG + "/.MyService2";
44 + OWNER_PKG + ADMIN_RECEIVER_TEST_CLASS;
46 + OWNER_PKG + ".MyService";
54 getDevice().uninstallPackage(OWNER_PKG); in tearDown()
63 runDeviceTestsAsUser(OWNER_PKG, className, testName, getUserId()); in executeDeviceTestMethod()