Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/framework/java/android/util/configinfrastructure/proto/
DEncodedBuffer.java233 throw new ProtoParseException("Varint too long -- " + getDebugString()); in readRawUnsigned()
440 + " srcOffset=" + srcOffset + " size=" + size + " " + getDebugString());
444 + " srcOffset=" + srcOffset + " size=" + size + " " + getDebugString());
625 public String getDebugString() {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java160 public String getDebugString(final int pos) { in getDebugString() method in SuggestedWords
168 final String debugString = wordInfo.getDebugString(); in getDebugString()
359 public String getDebugString() { in getDebugString() method in SuggestedWords.SuggestedWordInfo
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java217 info = mSuggestedWords.getDebugString(SuggestedWords.INDEX_OF_TYPED_WORD); in build()
220 info = mSuggestedWords.getDebugString(index); in build()
DSuggestionStripLayoutHelper.java514 suggestedWords.getDebugString(indexInSuggestedWords)); in setupWordViewsAndReturnStartIndexOfMoreSuggestions()