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.java72 mDeviceOwnerSet = setDeviceOwner(DEVICE_ADMIN_COMPONENT_FLATTENED, mDeviceOwnerUserId, in setUp()
76 removeDeviceOwnerAdmin(DEVICE_ADMIN_COMPONENT_FLATTENED); in setUp()
85 removeDeviceOwnerAdmin(DEVICE_ADMIN_COMPONENT_FLATTENED); in tearDown()
480 setProfileOwnerOrFail(DEVICE_ADMIN_COMPONENT_FLATTENED, userId); in createSecondaryUserAsProfileOwner()
DOrgOwnedProfileOwnerTest.java20 …ort static com.android.cts.devicepolicy.DeviceAndProfileOwnerTest.DEVICE_ADMIN_COMPONENT_FLATTENED;
124 assertTrue(setDeviceOwner(DEVICE_ADMIN_COMPONENT_FLATTENED, in testCanRelinquishControlOverDevice()
129 removeAdmin(DEVICE_ADMIN_COMPONENT_FLATTENED, /* userId= */ 0); in testCanRelinquishControlOverDevice()
DDeviceAndProfileOwnerTest.java71 protected static final String DEVICE_ADMIN_COMPONENT_FLATTENED = field in DeviceAndProfileOwnerTest