Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
DClearProfileOwnerTest.java33 if (mDevicePolicyManager.isProfileOwnerApp(BaseProfileOwnerTest.PACKAGE_NAME)) { in tearDown()
34 mDevicePolicyManager.clearProfileOwner(BaseProfileOwnerTest.getWho()); in tearDown()
36 assertFalse(mDevicePolicyManager.isProfileOwnerApp(BaseProfileOwnerTest.PACKAGE_NAME)); in tearDown()
38 waitForActiveAdminRemoved(BaseProfileOwnerTest.getWho()); in tearDown()
DBaseProfileOwnerTest.java24 public abstract class BaseProfileOwnerTest extends AndroidTestCase { class
29 public static final String PACKAGE_NAME = BaseProfileOwnerTest.class.getPackage().getName();
DWifiTest.java18 public class WifiTest extends BaseProfileOwnerTest {