Searched refs:BaseProfileOwnerTest (Results 1 – 3 of 3) sorted by relevance
33 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()
24 public abstract class BaseProfileOwnerTest extends AndroidTestCase { class29 public static final String PACKAGE_NAME = BaseProfileOwnerTest.class.getPackage().getName();
18 public class WifiTest extends BaseProfileOwnerTest {