Searched refs:DeviceAndProfileOwnerTest (Results 1 – 6 of 6) 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;
20 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;
37 public final class MixedProfileOwnerTest extends DeviceAndProfileOwnerTest {
43 public class MixedManagedProfileOwnerTest extends DeviceAndProfileOwnerTest {
48 public final class MixedDeviceOwnerTest extends DeviceAndProfileOwnerTest {
61 public abstract class DeviceAndProfileOwnerTest extends BaseDevicePolicyTest { class