Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java149 public static Uri getContactInfoLookupUri(String number) { in getContactInfoLookupUri() method in ContactInfoHelper
150 return getContactInfoLookupUri(number, -1); in getContactInfoLookupUri()
153 public static Uri getContactInfoLookupUri(String number, long directoryId) { in getContactInfoLookupUri() method in ContactInfoHelper
233 info = lookupContactFromUri(getContactInfoLookupUri(number, directoryId)); in lookupNumber()
414 ContactInfo info = lookupContactFromUri(getContactInfoLookupUri(number, directoryId)); in queryContactInfoForPhoneNumber()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoAsyncQuery.java130 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber); in startDefaultDirectoryQuery()
207 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber, directoryId); in startOtherDirectoriesQuery()