Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DAdbProvisioningTests.java18 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;
DMixedProfileOwnerTest.java23 public class MixedProfileOwnerTest extends DeviceAndProfileOwnerTest {
DMixedManagedProfileOwnerTest.java25 public class MixedManagedProfileOwnerTest extends DeviceAndProfileOwnerTest {
DMixedDeviceOwnerTest.java32 public class MixedDeviceOwnerTest extends DeviceAndProfileOwnerTest {
DDeviceAndProfileOwnerTest.java49 public abstract class DeviceAndProfileOwnerTest extends BaseDevicePolicyTest { class