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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java38 * A Contact represents a single person or logical entity as perceived by the user. The information
40 * object. Thus, a Contact is associated with a collection of RawContact objects.
45 * Only the {@link ContactLoader} class can create a Contact object with various flags to allow
49 public class Contact { class
51 /** Contact is successfully loaded */
55 /** Contact is not found */
92 private final Contact.Status mStatus;
98 private Contact(Uri requestedUri, Contact.Status status, Exception exception) { method in class:Contact
128 public static Contact forErro
139 public Contact(Uri requestedUri, Uri uri, Uri lookupUri, long directoryId, String lookupKey, method in class:Contact
170 public Contact(Uri requestedUri, Contact from) { method in class:Contact
[all...]
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java40 public class Contact { class
48 private static final String TAG = "Contact";
75 // Contact, -1 is invalid. e.g. contact method id is 20 when
97 public void onUpdate(Contact updated);
100 private Contact(String number, String name) { method in class:Contact
106 private Contact(String number) { method in class:Contact
110 private Contact(boolean isMe) { method in class:Contact
160 public static Contact get(String number, boolean canBlock) {
164 public static Contact getMe(boolean canBlock) {
172 public static List<Contact> getByPhoneUri
[all...]

Completed in 303 milliseconds