Home
last modified time | relevance | path

Searched refs:DeviceAndProfileOwnerTest (Results 1 – 6 of 6) 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;
DOrgOwnedProfileOwnerTest.java20 import static com.android.cts.devicepolicy.DeviceAndProfileOwnerTest.DEVICE_ADMIN_COMPONENT_FLATTEN…
44 private static final String DEVICE_ADMIN_PKG = DeviceAndProfileOwnerTest.DEVICE_ADMIN_PKG;
45 private static final String DEVICE_ADMIN_APK = DeviceAndProfileOwnerTest.DEVICE_ADMIN_APK;
46 private static final String CERT_INSTALLER_PKG = DeviceAndProfileOwnerTest.CERT_INSTALLER_PKG;
47 private static final String CERT_INSTALLER_APK = DeviceAndProfileOwnerTest.CERT_INSTALLER_APK;
48 private static final String DELEGATE_APP_PKG = DeviceAndProfileOwnerTest.DELEGATE_APP_PKG;
49 private static final String DELEGATE_APP_APK = DeviceAndProfileOwnerTest.DELEGATE_APP_APK;
53 DeviceAndProfileOwnerTest.ADMIN_RECEIVER_TEST_CLASS;
DMixedProfileOwnerTest.java37 public final class MixedProfileOwnerTest extends DeviceAndProfileOwnerTest {
DMixedManagedProfileOwnerTest.java43 public class MixedManagedProfileOwnerTest extends DeviceAndProfileOwnerTest {
DMixedDeviceOwnerTest.java47 public final class MixedDeviceOwnerTest extends DeviceAndProfileOwnerTest {
DDeviceAndProfileOwnerTest.java60 public abstract class DeviceAndProfileOwnerTest extends BaseDevicePolicyTest { class