Searched refs:DeviceAndProfileOwnerTest (Results 1 – 5 of 5) sorted by relevance
20 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;
36 public final class MixedProfileOwnerTest extends DeviceAndProfileOwnerTest {
39 public final class MixedManagedProfileOwnerTest extends DeviceAndProfileOwnerTest {
50 public final class MixedDeviceOwnerTest extends DeviceAndProfileOwnerTest {
65 public abstract class DeviceAndProfileOwnerTest extends BaseDevicePolicyTest { class