Searched defs:ContactList (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/data/
H A DContactList.java15 public class ContactList extends ArrayList<Contact> { class in inherits:ArrayList
18 public static ContactList getByNumbers(Iterable<String> numbers, boolean canBlock) {
19 ContactList list = new ContactList();
28 public static ContactList getByNumbers(String semiSepNumbers,
31 ContactList list = new ContactList();
45 * Returns a ContactList for the corresponding recipient URIs passed in. This method will
49 * @param uris phone URI to create the ContactList
51 public static ContactList blockingGetByUri
[all...]

Completed in 59 milliseconds