Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DContactInfoHelper.java87 info = lookupContactFromUri(getContactInfoLookupUri(number), true); in lookupNumber()
253 ContactInfo info = lookupContactFromUri(getContactInfoLookupUri(number), isSip); in queryContactInfoForPhoneNumber()
400 public static Uri getContactInfoLookupUri(String number) { in getContactInfoLookupUri() method in ContactInfoHelper
401 return getContactInfoLookupUri(number, -1); in getContactInfoLookupUri()
404 public static Uri getContactInfoLookupUri(String number, long directoryId) { in getContactInfoLookupUri() method in ContactInfoHelper
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallerInfoAsyncQuery.java373 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber); in startDefaultDirectoryQuery()
442 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber, directoryId); in startOtherDirectoriesQuery()