HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_EVENT_SENDER (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DeviceEventConstants.java 50 public static final String EXTRA_EVENT_SENDER = "event_sender";
  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DeviceEvent.java 20 import static android.inputmethodservice.cts.common.DeviceEventConstants.EXTRA_EVENT_SENDER;
67 .putExtra(EXTRA_EVENT_SENDER, sender)
79 final String sender = intent.getStringExtra(EXTRA_EVENT_SENDER);
82 "Intent must have " + EXTRA_EVENT_SENDER + ": " + intent);
  /cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
InputMethodServiceLifecycleTest.java 22 import static android.inputmethodservice.cts.common.DeviceEventConstants.EXTRA_EVENT_SENDER;
406 "--es", EXTRA_EVENT_SENDER, sender,

Completed in 233 milliseconds