Searched defs:MAX_CONTACT_COUNT (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsBinaryDictionary.java48 private static final int MAX_CONTACT_COUNT = 10000; field in class:ContactsBinaryDictionary
134 while (!cursor.isAfterLast() && count < MAX_CONTACT_COUNT) {
208 if (contactCount > MAX_CONTACT_COUNT) {
211 // TODO: Sort and check only the MAX_CONTACT_COUNT most recent contacts?

Completed in 42 milliseconds