Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DDeviceEventConstants.java30 public static final String ACTION_DEVICE_EVENT = field in DeviceEventConstants
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DDeviceEvent.java19 import static android.inputmethodservice.cts.common.DeviceEventConstants.ACTION_DEVICE_EVENT;
65 .setAction(ACTION_DEVICE_EVENT) in newDeviceEventIntent()
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DInputMethodServiceLifecycleTest.java20 import static android.inputmethodservice.cts.common.DeviceEventConstants.ACTION_DEVICE_EVENT;
405 ACTION_DEVICE_EVENT, RECEIVER_COMPONENT, in sendTestStartEvent()