Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java346 public boolean hasPendingUpdateSuggestions() { in hasPendingUpdateSuggestions() method in LatinIME.UIHandler
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java2097 if (handler.hasPendingUpdateSuggestions()) { in commitCurrentAutoCorrection()