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

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

Completed in 322 milliseconds