Home
last modified time | relevance | path

Searched refs:RECEIVER_COMPONENT (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/settings/app/DeviceOwnerApp/src/com/google/android/cts/deviceowner/
DClearDeviceOwnerTest.java67 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()
DDeviceOwnerTest.java81 static final ComponentName RECEIVER_COMPONENT = field in DeviceOwnerTest
109 assertWithMessage("isAdminActive(%s)", RECEIVER_COMPONENT) in setUp()
110 .that(mDevicePolicyManager.isAdminActive(RECEIVER_COMPONENT)).isTrue(); in setUp()
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DDeviceEventConstants.java39 public static final String RECEIVER_COMPONENT = ComponentNameUtils.buildComponentName( field in DeviceEventConstants
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DInputMethodServiceLifecycleTest.java24 import static android.inputmethodservice.cts.common.DeviceEventConstants.RECEIVER_COMPONENT;
394 ACTION_DEVICE_EVENT, RECEIVER_COMPONENT, in sendTestStartEvent()