Searched refs:getContactInfoLookupUri (Results 1 – 2 of 2) sorted by relevance
142 public static Uri getContactInfoLookupUri(String number) { in getContactInfoLookupUri() method in ContactInfoHelper143 return getContactInfoLookupUri(number, -1); in getContactInfoLookupUri()146 public static Uri getContactInfoLookupUri(String number, long directoryId) { in getContactInfoLookupUri() method in ContactInfoHelper219 info = lookupContactFromUri(getContactInfoLookupUri(number, directoryId)); in lookupNumber()412 ContactInfo info = lookupContactFromUri(getContactInfoLookupUri(number, directoryId)); in queryContactInfoForPhoneNumber()
127 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber); in startDefaultDirectoryQuery()207 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber, directoryId); in startOtherDirectoriesQuery()