Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java364 mInlineSuggestionsExtras = command.getExtras(); in onHandleCommand()
462 private Bundle mInlineSuggestionsExtras; field in MockIme
920 if (mInlineSuggestionsExtras != null) {
921 styles.putAll(mInlineSuggestionsExtras);
938 if (mInlineSuggestionsExtras != null) {
939 builder.setExtras(mInlineSuggestionsExtras.deepCopy());