HomeSort by relevance Sort by last modified time
    Searched defs:getMatchingRecipients (Results 1 - 2 of 2) 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 589 * An extesion to {@link RecipientAlternatesAdapter#getMatchingRecipients} that allows
594 public Map<String, RecipientEntry> getMatchingRecipients(Set<String> addresses) {
    [all...]

Completed in 752 milliseconds