Searched refs:contactNameFilter (Results 1 – 1 of 1) sorted by relevance
156 String contactNameFilter) { in getContactNameFromPhone() argument163 if (contactNameFilter == null) { in getContactNameFromPhone()167 String searchString = contactNameFilter.replace("*", ".*"); in getContactNameFromPhone()182 if (contactNameFilter != null) { in getContactNameFromPhone()184 selectionArgs = new String[]{"%" + contactNameFilter.replace("*", "%") + "%"}; in getContactNameFromPhone()