HomeSort by relevance Sort by last modified time
    Searched full:contact (Results 1 - 25 of 1158) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/pim/
package.html 5 by contact lists and calendars.
  /packages/apps/Mms/src/com/android/mms/data/
ContactList.java 9 import com.android.mms.data.Contact.UpdateListener;
13 public class ContactList extends ArrayList<Contact> {
20 list.add(Contact.get(number, canBlock));
32 Contact contact = Contact.get(number, canBlock); local
34 contact.setNumber(number);
36 list.add(contact);
44 * create the contact if it doesn't exist, and would inject the recipient id into the contact
50 Contact contact = Contact.get(entry.number, canBlock); local
    [all...]
Contact.java 36 public class Contact {
37 private static final String TAG = "Contact";
45 // log("contact changed, invalidate cache");
79 public void onUpdate(Contact updated);
83 * Make a basic contact object with a phone number.
85 private Contact(String number) {
128 public static Contact get(String number, boolean canBlock) {
138 // stale so the next time we're asked for a particular contact, we'll return that
139 // stale contact and at the same time, fire off an asyncUpdateContact to update
140 // that contact's info in the background. UI elements using the contact typicall
416 Contact contact = get(number); local
    [all...]
  /development/samples/ContactManager/res/values/
strings.xml 19 <string name="addContactButtonLabel">Add Contact</string>
20 <string name="addContactTitle">Add Contact</string>
22 <string name="app_name">Contact Manager</string>
23 <string name="contactCreationFailure">Contact creation failed, check logs.</string>
24 <string name="contactEmailLabel">Contact Email</string>
25 <string name="contactNameLabel">Contact Name</string>
26 <string name="contactPhoneLabel">Contact Phone</string>
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContactParser.java 28 import gov.nist.javax.sip.header.Contact;
38 * A parser for The SIP contact header.
45 public ContactParser(String contact) {
46 super(contact);
56 headerName(TokenTypes.CONTACT);
59 Contact contact = new Contact(); local
64 contact.setWildCardFlag(true);
66 super.parse(contact);
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java 51 // If the contact is not in the "my contacts" group, nothing should be found
58 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo( local
60 new SuggestionTesterBuilder(contact).query("D").expectIcon1Uri(true).expectedText1(
65 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo( local
67 new SuggestionTesterBuilder(contact).query("D").expectIcon1Uri(true).expectedText1(
72 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo( local
74 new SuggestionTesterBuilder(contact).query("D").expectIcon1Uri(true).expectedText1(
79 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo( local
81 new SuggestionTesterBuilder(contact).query("D").expectIcon1Uri(true).expectedIcon2(
87 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google" local
94 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").nickname( local
101 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google") local
108 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google") local
156 private final GoldenContact contact; field in class:GlobalSearchSupportTest.SuggestionTester
301 private final GoldenContact contact; field in class:GlobalSearchSupportTest.SuggestionTesterBuilder
    [all...]
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 30 * A simple activity that shows a "Pick Contact" button and two fields: contact's name
31 * and phone number. The user taps on the Pick Contact button to bring up
32 * the contact chooser. Once this activity receives the result from contact picker,
34 * contact's name and phone number. When the query completes, the activity displays
39 // Request code for the contact picker activity
58 // Install a click handler on the Pick Contact button
69 * Click handler for the Pick Contact button. Invokes a contact picker activity
    [all...]
  /packages/apps/Contacts/res/values-en-rUS/
strings.xml 18 <!-- Field title for the given name of a contact -->
20 <!-- Field title for the family name of a contact -->
23 <!-- An allowable value for the "sort list by" contact display option -->
26 <!-- An allowable value for the "sort list by" contact display option -->
29 <!-- An allowable value for the "view names as" contact display option -->
32 <!-- An allowable value for the "view names as" contact display option -->
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_ContactsTest.java 65 TestContact contact = rawContact.getContact().load(); local
66 long oldLastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED);
68 Contacts.markAsContacted(mContentResolver, contact.getId());
69 contact.load(); // Reload
71 long lastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED);
75 Contacts.markAsContacted(mContentResolver, contact.getId());
76 contact.load();
78 lastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED);
  /packages/apps/Contacts/res/values-tl/
strings.xml 20 <string name="contactsList" msgid="8661624236494819731">"Mga Contact"</string>
22 <string name="shortcutContact" msgid="749243779392912958">"Contact"</string>
25 <string name="shortcutActivityTitle" msgid="6642877210643565436">"Pumili ng shortcut sa contact"</string>
31 <string name="viewContactTitle" msgid="7989394521836644384">"Mga detalye ng contact"</string>
32 <string name="viewContactDesription" msgid="214186610887547860">"Tingnan ang contact"</string>
33 <string name="editContactDescription" msgid="2947202828256214947">"I-edit ang contact"</string>
34 <string name="insertContactDescription" msgid="4709878105452681987">"Lumikha ng contact"</string>
35 <string name="searchHint" msgid="8482945356247760701">"Maghanap ng mga contact"</string>
37 <string name="menu_newContact" msgid="1209922412763274638">"Bagong contact"</string>
38 <string name="menu_viewContact" msgid="2795575601596468581">"Tingnan ang contact"</string
    [all...]
  /external/nist-sip/java/javax/sip/header/
ContactHeader.java 6 String NAME = "Contact";
  /packages/providers/ContactsProvider/res/values-tl/
strings.xml 19 <string name="app_label" msgid="3389954322874982620">"Imbakan ng Mga Contact"</string>
20 <string name="provider_label" msgid="6012150850819899907">"Mga Contact"</string>
21 <string name="upgrade_out_of_memory_notification_ticker" msgid="4089605622758004662">"Nangangailangan ang pag-upgrade sa contact nang higit pang memory"</string>
22 <string name="upgrade_out_of_memory_notification_title" msgid="7849508493764133004">"Pag-upgrade ng imbakan ng contact"</string>
  /development/pdk/docs/compatibility/
compatibility_toc.cs 17 <li><a href="<?cs var:toroot ?>compatibility/contact-us.html">Contact Us</a></li>
  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointExt.java 12 * Create a contact for this listening point.
14 * @return a contact header corresponding to this listening point.
  /packages/apps/Contacts/res/values/
strings.xml 29 <!-- Name of activity that allows users to create shortcuts on the home screen to a contact.
31 <string name="shortcutContact">Contact</string>
33 <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact.
37 <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact.
41 <!-- Activity title when the user is selecting a contact for a shortcut. -->
42 <string name="shortcutActivityTitle">Choose a contact shortcut</string>
44 <!-- Activity title when the user is selecting a contact for a direct dial shortcut. -->
47 <!-- Activity title when the user is selecting a contact for a direct message shortcut. -->
60 <!-- The title bar when viewing the contact details activity -->
61 <string name="viewContactTitle">Contact details</string
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 50 * Returns an instance of ContactOperations instance for adding new contact
65 * Returns an instance of ContactOperations for updating existing contact in
105 * Adds a contact name
107 * @param name Name of contact
149 * @param phone new phone number for the contact
185 * Updates contact's email
188 * @param uri Uri for the existing raw contact to be updated
202 * Updates contact's name
204 * @param name Name of contact
205 * @param existingName Name of contact stored in provide
    [all...]
  /external/genext2fs/
README 8 contact the developers and/or report bugs.
  /frameworks/base/core/java/android/provider/
package.html 6 as contact informations, calendar information, and media files. These classes
ContactsContract.java 53 * ContactsContract defines an extensible database of contact-related
54 * information. Contact information is stored in a three-tier data model:
80 * {@link Groups}, which contains information about raw contact groups
81 * such as Gmail contact groups. The
308 * preferences for, or interactions with, the contact.
318 * The number of times a contact has been contacted
324 * The last time a contact was contacted.
330 * Is the contact starred?
336 * URI for a custom ringtone associated with the contact. If null or missing,
343 * Whether the contact should always be sent to voicemail. If missing
1820 android.content.Entity contact = new android.content.Entity(cv); local
    [all...]
  /packages/apps/Contacts/res/values-en-rGB/
strings.xml 22 <string name="shortcutContact" msgid="749243779392912958">"Contact"</string>
25 <string name="shortcutActivityTitle" msgid="6642877210643565436">"Choose a contact short cut"</string>
31 <string name="viewContactTitle" msgid="7989394521836644384">"Contact details"</string>
32 <string name="viewContactDesription" msgid="214186610887547860">"View contact"</string>
33 <string name="editContactDescription" msgid="2947202828256214947">"Edit contact"</string>
34 <string name="insertContactDescription" msgid="4709878105452681987">"Create contact"</string>
37 <string name="menu_newContact" msgid="1209922412763274638">"New contact"</string>
38 <string name="menu_viewContact" msgid="2795575601596468581">"View contact"</string>
42 <string name="menu_editContact" msgid="3452858480713561396">"Edit contact"</string>
43 <string name="menu_deleteContact" msgid="1916555454274101750">"Delete contact"</string
    [all...]
  /frameworks/base/docs/html/resources/articles/
contacts.jd 30 specific contact from multiple contacts sources. </p>
36 associated with a raw contact. Each row stores data of a specific kind &mdash;
62 Raw Contacts into a single Contact entry, where possible, since common data
64 contact. Since the aggregation logic maintains the entries in the Contact rows,
79 Contact to attach the phone number to, then you'll need to create a Data
96 friend, so the user might have his contact information stored in both a
99 single, aggregate contact. </p>
107 <p>When a raw contact is added or modified, the system looks for matching
109 matching raw contacts, in which case it will create an aggregate contact tha
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 51 import com.android.mms.data.Contact;
52 import com.android.mms.data.Contact.UpdateListener;
57 * matches. The item contains the contact (or phone number) as the "title" and a
67 // Track which TextView's show which Contact objects so that we can update
68 // appropriately when the Contact gets fully loaded.
69 private HashMap<Contact, TextView> mContactMap = new HashMap<Contact, TextView>();
192 Contact.UpdateListener mContactListener = new Contact.UpdateListener() {
193 public void onUpdate(Contact updated)
    [all...]
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 78 // Populate the contact list
83 * Populate the contact list based on account currently selected in the account spinner.
86 // Build adapter with contact entries
97 * Obtains the contact list for the currently selected account.
99 * @return A cursor for for accessing the contact list.
118 * Launches the ContactAdder activity to add a new contact to the selected accont.
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccProvider.java 256 ArrayList<String> contact; local
258 contact = new ArrayList<String>();
259 contact.add("Ron Stevens/H");
260 contact.add("512-555-5038");
261 results.add(contact);
263 contact = new ArrayList<String>();
264 contact.add("Ron Stevens/M");
265 contact.add("512-555-8305");
266 results.add(contact);
268 contact = new ArrayList<String>()
595 ArrayList<String> contact = new ArrayList<String>(); local
    [all...]
  /packages/apps/Contacts/res/values-fr/
strings.xml 22 <string name="shortcutContact" msgid="749243779392912958">"Contact"</string>
25 <string name="shortcutActivityTitle" msgid="6642877210643565436">"Choisissez un contact pour le raccourci"</string>
31 <string name="viewContactTitle" msgid="7989394521836644384">"Détails du contact"</string>
32 <string name="viewContactDesription" msgid="214186610887547860">"Afficher le contact"</string>
33 <string name="editContactDescription" msgid="2947202828256214947">"Modifier le contact"</string>
34 <string name="insertContactDescription" msgid="4709878105452681987">"Créer un contact"</string>
37 <string name="menu_newContact" msgid="1209922412763274638">"Nouveau contact"</string>
38 <string name="menu_viewContact" msgid="2795575601596468581">"Afficher le contact"</string>
42 <string name="menu_editContact" msgid="3452858480713561396">"Modifier le contact"</string>
43 <string name="menu_deleteContact" msgid="1916555454274101750">"Supprimer le contact"</string
    [all...]

Completed in 1434 milliseconds

1 2 3 4 5 6 7 8 91011>>