Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsManager.java84 void computeAffinity(final int maxTimesContacted, final long currentTime) { in computeAffinity() argument
85 final float timesWeight = ((float) mTimesContacted + 1) / (maxTimesContacted + 1); in computeAffinity()
159 int maxTimesContacted = 0; in getValidNames() local
169 if (timesContacted > maxTimesContacted) { in getValidNames()
170 maxTimesContacted = timesContacted; in getValidNames()
183 contact.computeAffinity(maxTimesContacted, currentTime); in getValidNames()