HomeSort by relevance Sort by last modified time
    Searched defs:Contact (Results 1 - 12 of 12) sorted by null

  /external/guice/examples/src/example/xml/
Contact.java 3 public class Contact {
  /developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/
Contact.java 23 public class Contact {
28 public static final Contact[] CONTACTS = {
29 new Contact("Tereasa"),
30 new Contact("Chang"),
31 new Contact("Kory"),
32 new Contact("Clare"),
33 new Contact("Landon"),
34 new Contact("Kyle"),
35 new Contact("Deana"),
36 new Contact("Daria")
    [all...]
  /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
Contact.java 23 public class Contact {
28 public static final Contact[] CONTACTS = {
29 new Contact("Tereasa"),
30 new Contact("Chang"),
31 new Contact("Kory"),
32 new Contact("Clare"),
33 new Contact("Landon"),
34 new Contact("Kyle"),
35 new Contact("Deana"),
36 new Contact("Daria")
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 17 """Represents user's contact information"""
22 class Contact(db.Model):
  /development/samples/browseable/DirectShare/src/com.example.android.directshare/
Contact.java 23 public class Contact {
28 public static final Contact[] CONTACTS = {
29 new Contact("Tereasa"),
30 new Contact("Chang"),
31 new Contact("Kory"),
32 new Contact("Clare"),
33 new Contact("Landon"),
34 new Contact("Kyle"),
35 new Contact("Deana"),
36 new Contact("Daria")
    [all...]
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
UsbHid.java 53 0x09, 0x55, // USAGE (Contact Count Maximum)
59 0x09, 0x54, // USAGE (Contact Count)
77 0x09, 0x51, // USAGE (Contact Identifier)
100 public void generateReport(ByteBuffer buffer, Contact[] contacts, int contactCount) {
103 // Contact Count
107 final Contact contact = contacts[i]; local
108 // Tip Switch, In Range, Contact Identifier
109 buffer.put((byte)((contact.id << 2) | 0x03));
111 buffer.put((byte)contact.x).put((byte)(contact.x >> 8))
    [all...]
  /packages/apps/EmergencyInfo/src/com/android/emergency/
EmergencyContactManager.java 38 * 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);
109 Log.w(TAG, "Unable to read contact information", e);
121 /** Wrapper for a contact with a phone number. */
122 public static class Contact {
123 /** The lookup uri is necessary to display the contact. */
126 * The contact uri is associated to a particular phone number and can be used to reload that
130 /** The display name of the contact. *
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Contact.java 45 * Contact Item.
55 public final class Contact
77 public Contact() {
126 /** get the Contact list.
178 /** set the Contact List
215 "JAIN-SIP Exception, Contact, setQValue(), "
221 Contact retval = (Contact) super.clone();
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorContacts.java 42 private static final Contact[] SIMPLE_CONTACTS = {
43 // US, contact with e164 number.
44 Contact.builder()
51 // US, contact with a non-e164 number.
52 Contact.builder()
60 Contact.builder()
67 // US and Australia, contact with a long name and multiple phone numbers.
68 Contact.builder()
76 // US, phone number shared with another contact and 2nd phone number with wait and pause.
77 Contact.builder(
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/
Contact.java 32 * A Contact represents a single person or logical entity as perceived by the user. The information
33 * about a contact can come from multiple data sources, which are each represented by a RawContact
34 * object. Thus, a Contact is associated with a collection of RawContact objects.
36 * <p>The aggregation of raw contacts into a single contact is performed automatically, and it is
39 * <p>Only the {@link ContactLoader} class can create a Contact object with various flags to allow
40 * partial loading of contact data. Thus, an instance of this class should be treated as a read-only
43 public class Contact {
63 private final Contact.Status mStatus;
75 * Small version of the contact photo loaded from a blob instead of from a file. If a large
76 * contact photo is not available yet, then this has the same value as mPhotoBinaryData
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 39 * A Contact represents a single person or logical entity as perceived by the user. The information
40 * about a contact can come from multiple data sources, which are each represented by a RawContact
41 * object. Thus, a Contact is associated with a collection of RawContact objects.
43 * The aggregation of raw contacts into a single contact is performed automatically, and it is
46 * Only the {@link ContactLoader} class can create a Contact object with various flags to allow
47 * partial loading of contact data. Thus, an instance of this class should be treated as
50 public class Contact {
52 /** Contact is successfully loaded */
54 /** There was an error loading the contact */
56 /** Contact is not found *
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 682 milliseconds