HomeSort by relevance Sort by last modified time
    Searched full:contact (Results 101 - 125 of 1494) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 52 import com.android.mms.data.Contact;
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) {
204 Contact.removeListener(mContactListener)
    [all...]
  /packages/providers/ContactsProvider/res/values/
strings.xml 33 <string name="upgrade_out_of_memory_notification_ticker">Contact upgrade needs more memory</string>
36 <string name="upgrade_out_of_memory_notification_title">Upgrading contact storage</string>
41 <!-- The name of the default contact directory -->
44 <!-- The name of the invisible local contact directory -->
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 51 * This is an invisible worker {@link Fragment} that loads the contact details for the contact card.
70 * contact details have finished loading or if the user selects any menu options.
74 * Contact was not found, so somehow close this fragment. This is raised after a contact
80 * Contact details have finished loading.
90 * User decided to delete the contact
195 throw new IllegalStateException("Failed to load contact", data.getException());
197 Log.i(TAG, "No contact found: " + ((ContactLoader)loader).getLookupUri());
306 // Launch chooser to share contact vi
    [all...]
  /development/pdk/docs/compatibility/
contact-us.jd 1 page.title=Contact Us
17 you to disclose information you'd prefer not to be public, you can contact an
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 17 """Represents user's contact information"""
22 class Contact(db.Model):
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
BatchOperation.java 68 Log.e(TAG, "storing contact data failed", e1);
70 Log.e(TAG, "storing contact data failed", e2);
  /external/libvpx/examples/includes/geshi/docs/
README 20 If you think you've found a bug in GeSHi, contact me with a bug
24 language files, but if you do find something major please contact me.
  /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();
  /frameworks/base/docs/html/sdk/
android-2.0-highlights.jd 58 Quick Contact for Android
86 <li>Multiple accounts can be added to a device for email and contact
91 <li>Quick Contact for Android provides instant access to
92 a contact's information and communication modes. For example, a user can tap a
93 contact photo and select to call, SMS, or email the person. Other applications
94 such as Email, Messaging, and Calendar can also reveal the Quick Contact widget
95 when you touch a contact photo or status icon.</li>
145 contact names as suggestions.</li>
  /packages/apps/Contacts/res/layout/
contact_detail_container.xml 18 Layout for the contact card page. If the contact has social updates, then
confirm_add_detail_activity.xml 17 <!-- Layout for confirming the addition of a piece of information to an existing contact. -->
27 The header contains the contact photo, name, a link to the contact card, and
104 <!-- Message that gets displayed if the contact is read-only (instead of showing the editor) -->
113 <!-- Container for a single detail field editor when the contact is not read-only -->
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 205 * Creates an intent that can be sent to this service to create a new raw contact
222 // Callback intent will be invoked by the service once the new contact is
223 // created. The service will put the URI of the new contact as "data" on
260 throw new RuntimeException("Failed to store new contact", e);
270 * Creates an intent that can be sent to this service to create a new raw contact
282 // Callback intent will be invoked by the service once the contact is
283 // saved. The service will put the URI of the new contact as "data" on
330 // get the lookup URI for the profile contact (if it still exists).
348 Log.v(TAG, "Saved contact. New URI: " + lookupUri);
351 // save triggered removal of the contact, so no lookup URI would exist.
    [all...]
ContactsSearchManager.java 28 * A convenience class that helps launch contact search from within the app.
39 * Starts the contact list activity in the search mode.
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 48 * contact, then will use {@link Intent#ACTION_INSERT_OR_EDIT} to let create new
49 * contact or edit new data into an existing one.
50 * <li>If one matching contact found, directly show {@link Intent#ACTION_VIEW}
51 * that specific contact.
106 // Build set of extras for possible use when creating contact
166 // Try reading ID if only one contact returned
192 // Forced to create new contact
210 // Prompt user to insert or edit contact
  /packages/apps/Contacts/src/com/android/contacts/editor/
SplitContactConfirmationDialogFragment.java 29 * Shows a dialog asking the user whether to split the contact. The result is passed back
32 * Does not split the contact itself.
ContactEditorFragment.java 124 * An intent extra that forces the editor to add the edited contact
134 // TODO: Move this into a common utils class or the save service because the contact and
148 * Split the contact after saving
153 * Join another contact after saving
495 // Try to find a local profile contact
530 // Apply extras to the first writable raw contact only
539 // activity and create a phone-local contact.
552 // Otherwise, there should be a default account. Then either create a local contact
553 // (if default account is null) or create a contact with the specified account.
564 * Create a contact by automatically selecting the first account. If there's no availabl
    [all...]
  /packages/providers/ContactsProvider/res/values-en-rGB/
strings.xml 23 <string name="upgrade_out_of_memory_notification_ticker" msgid="4089605622758004662">"Contact upgrade needs more memory"</string>
24 <string name="upgrade_out_of_memory_notification_title" msgid="7849508493764133004">"Upgrading contact storage"</string>
  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointImpl.java 42 import gov.nist.javax.sip.header.Contact;
233 Contact contact = new Contact(); local
236 contact.setAddress(address);
238 return contact;
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java 30 * that is not a real contact.
53 /** Destination for this contact entry. Would be an email address or a phone number. */
116 * This address has not been resolved to a contact and therefore does not
117 * have a contact id or photo.
128 * to a contact and therefore does not have a contact id or photo.
  /packages/apps/Contacts/res/values-rm/
strings.xml 23 <string name="shortcutContact" msgid="749243779392912958">"Contact"</string>
26 <string name="shortcutActivityTitle" msgid="6642877210643565436">"Tscherner in contact per la scursanida"</string>
34 <string name="viewContactTitle" msgid="7989394521836644384">"Detagls dal contact"</string>
35 <string name="viewContactDesription" msgid="214186610887547860">"Mussar il contact"</string>
36 <string name="editContactDescription" msgid="2947202828256214947">"Modifitgar il contact"</string>
37 <string name="insertContactDescription" msgid="4709878105452681987">"Crear in contact"</string>
48 <string name="menu_newContact" msgid="1209922412763274638">"Nov contact"</string>
49 <string name="menu_viewContact" msgid="2795575601596468581">"Mussar il contact"</string>
53 <!-- outdated translation 3452858480713561396 --> <string name="menu_editContact" msgid="9042415603857662633">"Modifitgar il contact"</string>
54 <!-- outdated translation 1916555454274101750 --> <string name="menu_deleteContact" msgid="6788644058868189393">"Stizzar il contact"</string
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 44 * Fragment containing a contact list used for browsing (as compared to
45 * picking a contact with one of the PICK intents).
61 * found contact in search mode.
66 * The delay that is used for automatically selecting the first found contact.
72 * before we automatically select the first found contact.
97 * Refreshes a contact URI: it may have changed as a result of aggregation
300 * Sets the new contact selection.
360 Log.e(TAG, "Unsupported contact URI: " + mSelectedContactUri);
459 // A specific contact was requested, but it's not in the loaded list.
462 // the requested contact. Only take one attempt to avoid an infinite loo
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java 189 // Now we open the contact editor with the new account.
194 // Next time the user creates a contact, we don't show the notification.
203 // User saved a new contact. We update the account list and the default account.
206 // User created another contact. Now we don't show the notification.
209 // User installed a new contact sync adapter...
219 // User saves a new contact, with a different default account.
222 // Next time user creates a contact, no notification.
251 // User saves a new contact.
271 // We show the notification here, and user clicked "keep local" and saved an contact.
276 // The user created another contact, but this we shouldn't show the notification
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 54 * Header used across system for displaying a title bar with contact info. You
59 * permission to access contact data.
131 //Projection used for looking up contact id from phone number
139 //Projection used for looking up contact id from email address
185 // Set the photo with a random "no contact" image
350 * Manually set the contact uri without loading any data
357 * Manually set the contact uri without loading any data
446 * @param status The status of the contact. If this is either null or empty,
491 Log.w(TAG, "Contact status update resource package not found: "
501 Log.w(TAG, "Contact status update resource not found: " + statusResPackage + "@
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 60 /** The size of the cache of contact info. */
68 * A cache of the contact details for the phone numbers in the call log.
76 * A request for contact details for the given number.
83 /** The cached contact information stored in the call log. */
119 * List of requests to update contact details.
121 * Each request is made of a phone number to look up, and the contact info currently stored in
141 /** Helper to set up contact photos. */
279 * Enqueues a request to look up the contact details for the given phone number.
281 * It also provides the current contact info stored in the call log for this number.
284 * up the contact information (if it has not been already started). Otherwise, it will b
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
ExpirableCache.java 35 * Consider a cache for contact information:
37 * private ExpirableCache<String, Contact> mContactCache;}</pre>
38 * which stores the contact information for a given phone number.
40 * When we need to store contact information for a given phone number, we can look up the info in
43 * CachedValue<Contact> cachedContact = mContactCache.getCachedValue(phoneNumber);
45 * We might also want to fetch the contact information again if the item is expired.
51 * public void onFetched(Contact contact) {
52 * mContactCache.put(phoneNumber, contact);

Completed in 1512 milliseconds

1 2 3 45 6 7 8 91011>>