Searched defs:matcher (Results 1 – 9 of 9) sorted by relevance
486 ContactMatcher matcher = new ContactMatcher(); in aggregateContact() local519 MatchCandidateList candidates, ContactMatcher matcher, ContentValues values) { in aggregateContact()805 ContactMatcher matcher) { in pickBestMatchBasedOnExceptions()868 MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnData()893 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnSecondaryData()961 MatchCandidateList candidates, ContactMatcher matcher) { in updateMatchScoresBasedOnDataMatches()1001 ContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches()1046 ContactMatcher matcher) { in updateMatchScoresBasedOnEmailMatches()1088 ContactMatcher matcher) { in updateMatchScoresBasedOnPhoneMatches()1110 ContactMatcher matcher) { in lookupApproximateNameMatches()[all …]
90 Matcher matcher = PATTERN_ENDLINE_CRLF.matcher(quotedText); in buildBodyText() local95 Matcher matcher = PATTERN_START_OF_LINE.matcher(quotedText); in buildBodyText() local
108 UriMatcher matcher = new UriMatcher(UriMatcher.NO_MATCH); in buildUriMatcher() local
176 Matcher matcher = mPattern.matcher(text); in addSmileySpans() local
170 Matcher matcher = sPathWithId.matcher(path); in getPathWithoutId() local
53 UriMatcher matcher = new UriMatcher(UriMatcher.NO_MATCH); in buildUriMatcher() local
45 UriMatcher matcher = mUriMatcher; in addMapping() local
109 UriMatcher matcher = new UriMatcher(UriMatcher.NO_MATCH); in buildUriMatcher() local
3688 Matcher matcher = ACCEPTED_URI_SCHEMA.matcher(inUrl); in smartUrlFilter() local