Searched refs:DeviceAndProfileOwnerTest (Results 1 – 5 of 5) sorted by relevance
18 import static com.android.cts.devicepolicy.DeviceAndProfileOwnerTest.ADMIN_RECEIVER_TEST_CLASS;19 import static com.android.cts.devicepolicy.DeviceAndProfileOwnerTest.DEVICE_ADMIN_APK;20 import static com.android.cts.devicepolicy.DeviceAndProfileOwnerTest.DEVICE_ADMIN_PKG;
23 public class MixedProfileOwnerTest extends DeviceAndProfileOwnerTest {
25 public class MixedManagedProfileOwnerTest extends DeviceAndProfileOwnerTest {
32 public class MixedDeviceOwnerTest extends DeviceAndProfileOwnerTest {
49 public abstract class DeviceAndProfileOwnerTest extends BaseDevicePolicyTest { class