Searched refs:RECEIVER_COMPONENT (Results 1 – 4 of 4) sorted by relevance
67 dpm.clearProfileOwner(DeviceOwnerTest.RECEIVER_COMPONENT); in removeProfileOwnerIfNeeeded()70 boolean isActiveAdminBefore = dpm.isAdminActive(DeviceOwnerTest.RECEIVER_COMPONENT); in removeProfileOwnerIfNeeeded()73 waitUntilActiveAdminIsRemoved(dpm, DeviceOwnerTest.RECEIVER_COMPONENT); in removeProfileOwnerIfNeeeded()74 assertWithMessage("%s is profile owner", DeviceOwnerTest.RECEIVER_COMPONENT).that(isPo) in removeProfileOwnerIfNeeeded()76 assertWithMessage("%s is active admin owner", DeviceOwnerTest.RECEIVER_COMPONENT) in removeProfileOwnerIfNeeeded()77 .that(dpm.isAdminActive(DeviceOwnerTest.RECEIVER_COMPONENT)).isFalse(); in removeProfileOwnerIfNeeeded()94 .isAdminActive(DeviceOwnerTest.RECEIVER_COMPONENT); in removeDeviceOwner()97 waitUntilActiveAdminIsRemoved(dpm, DeviceOwnerTest.RECEIVER_COMPONENT); in removeDeviceOwner()102 assertWithMessage("%s is active admin owner", DeviceOwnerTest.RECEIVER_COMPONENT) in removeDeviceOwner()103 .that(dpm.isAdminActive(DeviceOwnerTest.RECEIVER_COMPONENT)).isFalse(); in removeDeviceOwner()
81 static final ComponentName RECEIVER_COMPONENT = field in DeviceOwnerTest109 assertWithMessage("isAdminActive(%s)", RECEIVER_COMPONENT) in setUp()110 .that(mDevicePolicyManager.isAdminActive(RECEIVER_COMPONENT)).isTrue(); in setUp()
39 public static final String RECEIVER_COMPONENT = ComponentNameUtils.buildComponentName( field in DeviceEventConstants
24 import static android.inputmethodservice.cts.common.DeviceEventConstants.RECEIVER_COMPONENT;394 ACTION_DEVICE_EVENT, RECEIVER_COMPONENT, in sendTestStartEvent()