Searched refs:inAddresses (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapter.java | 79 ArrayList<String> inAddresses, Account account, RecipientMatchCallback callback, in getMatchingRecipients() argument 81 getMatchingRecipients(context, adapter, inAddresses, QUERY_TYPE_EMAIL, account, callback, in getMatchingRecipients() 95 ArrayList<String> inAddresses, int addressType, Account account, in getMatchingRecipients() argument 104 int addressesSize = Math.min(MAX_LOOKUPS, inAddresses.size()); in getMatchingRecipients() 109 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(inAddresses.get(i).toLowerCase()); in getMatchingRecipients() 110 addresses.add(tokens.length > 0 ? tokens[0].getAddress() : inAddresses.get(i)); in getMatchingRecipients()
|
D | BaseRecipientAdapter.java | 666 public void getMatchingRecipients(ArrayList<String> inAddresses, in getMatchingRecipients() argument 669 getContext(), this, inAddresses, getAccount(), callback, mPermissionsCheckListener); in getMatchingRecipients() local
|