Searched refs:getDebugInfo (Results 1 – 3 of 3) sorted by relevance
213 final String info = Utils.getDebugInfo(mSuggestions, pos); in build()
412 final CharSequence debugInfo = Utils.getDebugInfo(suggestedWords, pos); in layout()
465 public static String getDebugInfo(final SuggestedWords suggestions, final int pos) { in getDebugInfo() method in Utils