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.java142 public static Uri getContactInfoLookupUri(String number) { in getContactInfoLookupUri() method in ContactInfoHelper
143 return getContactInfoLookupUri(number, -1); in getContactInfoLookupUri()
146 public static Uri getContactInfoLookupUri(String number, long directoryId) { in getContactInfoLookupUri() method in ContactInfoHelper
219 info = lookupContactFromUri(getContactInfoLookupUri(number, directoryId)); in lookupNumber()
412 ContactInfo info = lookupContactFromUri(getContactInfoLookupUri(number, directoryId)); in queryContactInfoForPhoneNumber()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoAsyncQuery.java127 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber); in startDefaultDirectoryQuery()
207 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber, directoryId); in startOtherDirectoriesQuery()