Searched defs:matcher (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DPlatform.java54 static CharMatcher precomputeCharMatcher(CharMatcher matcher) { argument
55 return matcher.precomputedInternal();
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DPlatform.java54 static CharMatcher precomputeCharMatcher(CharMatcher matcher) { argument
55 return matcher.precomputedInternal();
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java323 public void setVeiledMatcher(VeiledAddressMatcher matcher) { argument
324 mVeiledMatcher = matcher;
722 Map<String, Address> addressCache, VeiledAddressMatcher matcher) {
728 mMatcher = matcher;
797 VeiledAddressMatcher matcher) {
800 new RecipientListsBuilder(context, me, myName, addressCache, matcher);
721 RecipientListsBuilder(Context context, String me, String myName, Map<String, Address> addressCache, VeiledAddressMatcher matcher) argument
795 getRecipientSummaryText(Context context, String me, String myName, String[] to, String[] cc, String[] bcc, Map<String, Address> addressCache, VeiledAddressMatcher matcher) argument
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java661 ContactMatcher matcher = new ContactMatcher();
679 candidates, matcher);
718 ContactMatcher matcher) {
736 matcher.clear();
738 contactId = pickBestMatchBasedOnExceptions(db, rawContactId, matcher);
745 contactId = pickBestMatchBasedOnData(db, rawContactId, candidates, matcher);
1197 ContactMatcher matcher) {
1232 matcher.keepIn(contactId);
1234 matcher.keepOut(contactId);
1242 return matcher
716 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates, ContactMatcher matcher) argument
1196 pickBestMatchBasedOnExceptions(SQLiteDatabase db, long rawContactId, ContactMatcher matcher) argument
1259 pickBestMatchBasedOnData(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument
1284 pickBestMatchBasedOnSecondaryData(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument
1352 updateMatchScoresBasedOnDataMatches(SQLiteDatabase db, long rawContactId, ContactMatcher matcher) argument
1395 updateMatchScoresBasedOnIdentityMatch(SQLiteDatabase db, long rawContactId, ContactMatcher matcher) argument
1442 updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, long rawContactId, ContactMatcher matcher) argument
1532 updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, String query, MatchCandidateList candidates, ContactMatcher matcher) argument
1584 updateMatchScoresBasedOnEmailMatches(SQLiteDatabase db, long rawContactId, ContactMatcher matcher) argument
1627 updateMatchScoresBasedOnPhoneMatches(SQLiteDatabase db, long rawContactId, ContactMatcher matcher) argument
1648 lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, ContactMatcher matcher) argument
1690 matchAllCandidates(SQLiteDatabase db, String selection, MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) argument
2523 updateMatchScoresForSuggestionsBasedOnDataMatches(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument
2534 updateMatchScoresForSuggestionsBasedOnDataMatches(SQLiteDatabase db, MatchCandidateList candidates, ContactMatcher matcher, ArrayList<AggregationSuggestionParameter> parameters) argument
[all...]

Completed in 2820 milliseconds