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

/packages/apps/EmergencyInfo/src/com/android/emergency/
H A DEmergencyContactManager.java38 * Returns a {@link Contact} that contains all the relevant information of the contact indexed
41 public static Contact getContact(Context context, Uri phoneUri) {
92 return new Contact(contactLookupUri, phoneUri, name, phoneNumber, phoneType, photo);
122 public static class Contact { class in class:EmergencyContactManager
140 public Contact(Uri contactLookupUri, method in class:EmergencyContactManager.Contact
/packages/apps/Dialer/java/com/android/dialer/databasepopulator/
H A DContactsPopulator.java44 private static final Contact[] SIMPLE_CONTACTS = {
46 Contact.builder()
55 Contact.builder()
64 Contact.builder()
73 Contact.builder()
83 Contact.builder()
90 Contact.builder()
96 Contact.builder()
102 Contact.builder()
108 Contact
251 abstract static class Contact { class in class:ContactsPopulator
[all...]
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContact.java32 * A Contact represents a single person or logical entity as perceived by the user. The information
34 * object. Thus, a Contact is associated with a collection of RawContact objects.
39 * <p>Only the {@link ContactLoader} class can create a Contact object with various flags to allow
43 public class Contact { class
63 private final Contact.Status mStatus;
81 private Contact(Uri requestedUri, Contact.Status status, Exception exception) { method in class:Contact
110 public Contact( method in class:Contact
153 public Contact(Uri requestedUri, Contact fro method in class:Contact
[all...]
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java39 * A Contact represents a single person or logical entity as perceived by the user. The information
41 * object. Thus, a Contact is associated with a collection of RawContact objects.
46 * Only the {@link ContactLoader} class can create a Contact object with various flags to allow
50 public class Contact { class
52 /** Contact is successfully loaded */
56 /** Contact is not found */
96 private final Contact.Status mStatus;
102 private Contact(Uri requestedUri, Contact.Status status, Exception exception) { method in class:Contact
130 public static Contact forErro
141 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...]

Completed in 204 milliseconds