Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java213 final String info = Utils.getDebugInfo(mSuggestions, pos); in build()
DSuggestionsView.java412 final CharSequence debugInfo = Utils.getDebugInfo(suggestedWords, pos); in layout()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DUtils.java465 public static String getDebugInfo(final SuggestedWords suggestions, final int pos) { in getDebugInfo() method in Utils