HomeSort by relevance Sort by last modified time
    Searched refs:getMatchingRecipients (Results 1 - 3 of 3) sorted by null

  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 76 public static void getMatchingRecipients(Context context, BaseRecipientAdapter adapter,
78 getMatchingRecipients(context, adapter, inAddresses, QUERY_TYPE_EMAIL, account, callback);
91 public static void getMatchingRecipients(Context context, BaseRecipientAdapter adapter,
206 adapter.getMatchingRecipients(matchesNotFound);
BaseRecipientAdapter.java 584 * An extesion to {@link RecipientAlternatesAdapter#getMatchingRecipients} that allows
589 public Map<String, RecipientEntry> getMatchingRecipients(Set<String> addresses) {
    [all...]
RecipientEditTextView.java     [all...]

Completed in 2106 milliseconds