Home
last modified time | relevance | path

Searched refs:DEVICE_ADMIN_COMPONENT_FLATTENED (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DMixedDeviceOwnerTest.java68 mDeviceOwnerSet = setDeviceOwner(DEVICE_ADMIN_COMPONENT_FLATTENED, mDeviceOwnerUserId, in setUp()
72 removeDeviceOwnerAdmin(DEVICE_ADMIN_COMPONENT_FLATTENED); in setUp()
84 removeDeviceOwnerAdmin(DEVICE_ADMIN_COMPONENT_FLATTENED); in tearDown()
591 setProfileOwnerOrFail(DEVICE_ADMIN_COMPONENT_FLATTENED, userId); in createSecondaryUserAsProfileOwner()
DOrgOwnedProfileOwnerTest.java20 …ort static com.android.cts.devicepolicy.DeviceAndProfileOwnerTest.DEVICE_ADMIN_COMPONENT_FLATTENED;
123 assertTrue(setDeviceOwner(DEVICE_ADMIN_COMPONENT_FLATTENED, in testCanRelinquishControlOverDevice()
128 removeAdmin(DEVICE_ADMIN_COMPONENT_FLATTENED, mPrimaryUserId); in testCanRelinquishControlOverDevice()
DDeviceAndProfileOwnerTest.java66 protected static final String DEVICE_ADMIN_COMPONENT_FLATTENED = field in DeviceAndProfileOwnerTest