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.java362 mInlineSuggestionsExtras = command.getExtras(); in onHandleCommand()
441 private Bundle mInlineSuggestionsExtras; field in MockIme
894 if (mInlineSuggestionsExtras != null) {
895 styles.putAll(mInlineSuggestionsExtras);
912 if (mInlineSuggestionsExtras != null) {
913 builder.setExtras(mInlineSuggestionsExtras.deepCopy());