Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeSettings.java65 private static final String INLINE_SUGGESTIONS_ENABLED = "InlineSuggestionsEnabled"; field in ImeSettings
194 return mBundle.getBoolean(INLINE_SUGGESTIONS_ENABLED); in getInlineSuggestionsEnabled()
455 mBundle.putBoolean(INLINE_SUGGESTIONS_ENABLED, enabled); in setInlineSuggestionsEnabled()