Home
last modified time | relevance | path

Searched defs: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()
94 ArrayList<String> inAddresses, int addressType, Account account, in getMatchingRecipients()
DBaseRecipientAdapter.java599 public void getMatchingRecipients(ArrayList<String> inAddresses, in getMatchingRecipients()
602 getContext(), this, inAddresses, getAccount(), callback); in getMatchingRecipients() local