Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DDeviceEvent.java20 import static android.inputmethodservice.cts.common.DeviceEventConstants.EXTRA_EVENT_SENDER;
67 .putExtra(EXTRA_EVENT_SENDER, sender) in newDeviceEventIntent()
79 final String sender = intent.getStringExtra(EXTRA_EVENT_SENDER); in newEvent()
82 "Intent must have " + EXTRA_EVENT_SENDER + ": " + intent); in newEvent()
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DDeviceEventConstants.java50 public static final String EXTRA_EVENT_SENDER = "event_sender"; field in DeviceEventConstants
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DInputMethodServiceLifecycleTest.java22 import static android.inputmethodservice.cts.common.DeviceEventConstants.EXTRA_EVENT_SENDER;
484 "--es", EXTRA_EVENT_SENDER, sender, in sendTestStartEvent()