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/
DOrgOwnedProfileOwnerTest.java20 import static com.android.cts.devicepolicy.DeviceAndProfileOwnerTest.DEVICE_ADMIN_COMPONENT_FLATTEN…
50 private static final String DEVICE_ADMIN_PKG = DeviceAndProfileOwnerTest.DEVICE_ADMIN_PKG;
51 private static final String DEVICE_ADMIN_APK = DeviceAndProfileOwnerTest.DEVICE_ADMIN_APK;
52 private static final String CERT_INSTALLER_PKG = DeviceAndProfileOwnerTest.CERT_INSTALLER_PKG;
53 private static final String CERT_INSTALLER_APK = DeviceAndProfileOwnerTest.CERT_INSTALLER_APK;
54 private static final String DELEGATE_APP_PKG = DeviceAndProfileOwnerTest.DELEGATE_APP_PKG;
55 private static final String DELEGATE_APP_APK = DeviceAndProfileOwnerTest.DELEGATE_APP_APK;
59 DeviceAndProfileOwnerTest.ADMIN_RECEIVER_TEST_CLASS;
DMixedProfileOwnerTest.java36 public final class MixedProfileOwnerTest extends DeviceAndProfileOwnerTest {
DMixedManagedProfileOwnerTest.java39 public final class MixedManagedProfileOwnerTest extends DeviceAndProfileOwnerTest {
DMixedDeviceOwnerTest.java50 public final class MixedDeviceOwnerTest extends DeviceAndProfileOwnerTest {
DDeviceAndProfileOwnerTest.java65 public abstract class DeviceAndProfileOwnerTest extends BaseDevicePolicyTest { class