Searched refs:getContactInfoLookupUri (Results 1 – 2 of 2) sorted by relevance
87 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 ContactInfoHelper401 return getContactInfoLookupUri(number, -1); in getContactInfoLookupUri()404 public static Uri getContactInfoLookupUri(String number, long directoryId) { in getContactInfoLookupUri() method in ContactInfoHelper
373 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber); in startDefaultDirectoryQuery()442 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber, directoryId); in startOtherDirectoriesQuery()