Searched refs:nameMatcher (Results 1 – 2 of 2) sorted by relevance
45 private SmartDialNameMatcher nameMatcher; field in SmartDialCursorLoader66 nameMatcher = new SmartDialNameMatcher(this.query); in configureQuery()67 nameMatcher.setShouldMatchEmptyQuery(!showEmptyListForNullQuery); in configureQuery()89 dialerDatabaseHelper.getLooseMatches(query, nameMatcher); in loadInBackground()180 if (nameMatcher != null) { in setShowEmptyListForNullQuery()181 nameMatcher.setShouldMatchEmptyQuery(!show); in setShowEmptyListForNullQuery()
896 String query, SmartDialNameMatcher nameMatcher) { in getLooseMatches() argument997 final boolean nameMatches = nameMatcher.matches(context, displayName); in getLooseMatches()999 (nameMatcher.matchesNumber(context, phoneNumber, query) != null); in getLooseMatches()