Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java80 ArrayList<String> inAddresses, Account account, RecipientMatchCallback callback) { in getMatchingRecipients() argument
81 getMatchingRecipients(context, adapter, inAddresses, QUERY_TYPE_EMAIL, account, callback); in getMatchingRecipients()
94 ArrayList<String> inAddresses, int addressType, Account account, in getMatchingRecipients() argument
102 int addressesSize = Math.min(MAX_LOOKUPS, inAddresses.size()); in getMatchingRecipients()
107 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(inAddresses.get(i).toLowerCase()); in getMatchingRecipients()
108 addresses.add(tokens.length > 0 ? tokens[0].getAddress() : inAddresses.get(i)); in getMatchingRecipients()
DBaseRecipientAdapter.java599 public void getMatchingRecipients(ArrayList<String> inAddresses, in getMatchingRecipients() argument
602 getContext(), this, inAddresses, getAccount(), callback); in getMatchingRecipients() local