Searched refs:getContactInfoLookupUri (Results 1 – 2 of 2) sorted by relevance
149 public static Uri getContactInfoLookupUri(String number) { in getContactInfoLookupUri() method in ContactInfoHelper150 return getContactInfoLookupUri(number, -1); in getContactInfoLookupUri()153 public static Uri getContactInfoLookupUri(String number, long directoryId) { in getContactInfoLookupUri() method in ContactInfoHelper233 info = lookupContactFromUri(getContactInfoLookupUri(number, directoryId)); in lookupNumber()414 ContactInfo info = lookupContactFromUri(getContactInfoLookupUri(number, directoryId)); in queryContactInfoForPhoneNumber()
130 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber); in startDefaultDirectoryQuery()207 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber, directoryId); in startOtherDirectoriesQuery()