Home
last modified time | relevance | path

Searched refs:sanitizeMatch (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java8046 emailAddress == null ? "" : sanitizeMatch(emailAddress); in appendSearchIndexJoin()
8077 private static String sanitizeMatch(String filter) { in sanitizeMatch() method in ContactsProvider2