Searched refs:contactNameFilter (Results 1 – 1 of 1) sorted by relevance
147 String contactNameFilter) { in getContactNameFromPhone() argument154 if(contactNameFilter == null) { in getContactNameFromPhone()158 String searchString = contactNameFilter.replace("*", ".*"); in getContactNameFromPhone()172 if(contactNameFilter != null) { in getContactNameFromPhone()174 selectionArgs = new String[]{"%" + contactNameFilter.replace("*", "%") + "%"}; in getContactNameFromPhone()