Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java224 info = queryContactInfoForPhoneNumber(username, countryIso, directoryId); in lookupNumber()
229 info = queryContactInfoForPhoneNumber(number, countryIso, directoryId); in lookupNumber()
405 private ContactInfo queryContactInfoForPhoneNumber( in queryContactInfoForPhoneNumber() method in ContactInfoHelper