Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsManager.java84 void computeAffinity(final int maxTimesContacted, final long currentTime) { in computeAffinity() method in ContactsManager.RankedContact
183 contact.computeAffinity(maxTimesContacted, currentTime); in getValidNames()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DContactsManagerTest.java115 contact.computeAffinity(1, month_ago); in testComputeAffinity()
117 contact.computeAffinity(2, now); in testComputeAffinity()