Home
last modified time | relevance | path

Searched refs:EXTRA_ARG_CHARSEQUENCE1 (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DImeCommandConstants.java33 public static final String EXTRA_ARG_CHARSEQUENCE1 = "arg_charsequence1"; field in ImeCommandConstants
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DImeCommandReceiver.java110 return intent.getCharSequenceExtra(ImeCommandConstants.EXTRA_ARG_CHARSEQUENCE1); in getCharSequence1()