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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 135 /** True if a contact, an email address or a phone number has been assigned */
141 * Resets the contact photo to the default state.
151 * Assign the contact uri that this QuickContactBadge should be associated
153 * won't bind the contact's photo for you. Call {@link #setImageDrawable(Drawable)} to set the
167 * Assign a contact based on an email address. This should only be used when
168 * the contact's URI is not available, as an extra query will have to be
171 * @param emailAddress The email address of the contact.
188 * Assign a contact based on a phone number. This should only be used when
189 * the contact's URI is not available, as an extra query will have to be
192 * @param phoneNumber The phone number of the contact
    [all...]
  /packages/apps/Contacts/res/layout-sw580dp-w1000dp/
detail_header_contact_without_updates.xml 18 This is a header entry in the contact details list for when the contact does not have social
19 updates, which means that the contact's basic info will scroll with the list of details. The
detail_header_contact_with_updates.xml 18 This is a header entry in the contact details list for when the contact has social updates. The
19 entry shows the contact's basic info and maintains vertical padding to ensure that the first
20 contact detail is visible (and below the tab carousel). The photo is not displayed here
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
Action.java 47 /** Checks if the contact data for this action is primary. */
51 * Returns a lookup (@link Uri) for the contact data item or null if there is no data item
57 * Returns the id of the contact data item or -1 of there is no data item corresponding to this
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 141 for (Contact contact : contacts) {
142 if (contact.isNumberModified()) {
143 contact.setIsNumberModified(false);
145 // if the contact's number wasn't modified, don't bother.
149 recipientId = contact.getRecipientId();
154 String number1 = contact.getNumber();
160 Log.d(TAG, "[RecipientIdCache] updateNumbers: contact=" + contact +
162 Log.d(TAG, " contact.getNumber=" + number1
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListItem.java 21 import com.android.mms.data.Contact;
46 public class ConversationListItem extends RelativeLayout implements Contact.UpdateListener {
141 Contact contact = mConversation.getRecipients().get(0); local
142 avatarDrawable = contact.getAvatar(mContext, sDefaultContactImage);
144 if (contact.existsInDatabase()) {
145 mAvatarView.assignContactUri(contact.getUri());
147 mAvatarView.assignContactFromPhone(contact.getNumber(), true);
163 public void onUpdate(Contact updated) {
212 Contact.addListener(this)
    [all...]
  /development/samples/BusinessCard/
_index.html 1 <p>A sample application that demonstrates how to launch the built-in contact
  /external/llvm/utils/jedit/
README 12 Note: If you notice missing or incorrect syntax highlighting, please contact
  /external/llvm/utils/kate/
README 10 Note: If you notice missing or incorrect syntax highlighting, please contact
  /external/ppp/pppd/plugins/radius/
pathnames.h 12 * If the file is missing contact me at lf@elemental.net
  /frameworks/base/core/java/android/provider/
package.html 6 as contact informations, calendar information, and media files. These classes
ContactsContract.java 60 * ContactsContract defines an extensible database of contact-related
61 * information. Contact information is stored in a three-tier data model:
87 * {@link Groups}, which contains information about raw contact groups
88 * such as Gmail contact groups. The
437 * contact directories.
555 * but not the entire contact.
561 * allow creation of shortcuts for contact as well as their constituent elements.
568 * to which the directory supports contact photos.
580 * can only produce small size thumbnails of contact photos.
586 * has full-size contact photos, but cannot provide scaled thumbnails
2862 android.content.Entity contact = new android.content.Entity(cv); local
    [all...]
  /packages/apps/Contacts/res/layout-sw580dp/
detail_header_contact_with_updates.xml 18 This is a header entry in the contact details list for when the contact has social updates. The
19 entry shows the contact's basic info and maintains vertical padding to ensure that the first
20 contact detail is visible (and below the tab carousel). The photo is not displayed here
  /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>
28 <string name="contactPickerActivityTitle" msgid="6886592363525235031">"Sélectionner un contact"</string>
32 <string name="viewContactTitle" msgid="7989394521836644384">"Détails du contact"</string>
33 <string name="viewContactDesription" msgid="214186610887547860">"Afficher le contact"</string>
34 <string name="editContactDescription" msgid="2947202828256214947">"Modifier le contact"</string>
35 <string name="insertContactDescription" msgid="4709878105452681987">"Créer un contact"</string>
42 <string name="menu_newContact" msgid="1209922412763274638">"Nouveau contact"</string>
43 <string name="menu_viewContact" msgid="2795575601596468581">"Afficher le contact"</string>
49 <string name="menu_call" msgid="3992595586042260618">"Appeler le contact"</string
    [all...]
  /development/pdk/docs/compatibility/
compatibility_toc.cs 18 <li><a href="<?cs var:toroot ?>compatibility/contact-us.html">Contact Us</a></li>
  /packages/apps/Contacts/res/layout/
contact_detail_about_fragment_container.xml 18 Container for the "About" page fragment on the contact card for a contact with social updates.
contact_detail_activity.xml 22 <!-- This fragment is an invisible worker fragment that loads the contact details. -->
30 <!-- This layout includes all possible views needed for a contact detail page -->
contact_detail_updates_fragment_container.xml 18 Container for the "Updates" page fragment on the contact card for a contact with social updates.
select_dialog_item.xml 18 List item in the pop-up window that appears when tapping a contact's photo
19 in the contact editor. This is similar to the framework's select_dialog_item.xml layout
  /packages/apps/Contacts/res/layout-w470dp/
detail_header_contact_with_updates.xml 18 This is a header entry in the contact details list for when the contact has social updates.
detail_header_contact_without_updates.xml 18 This is a header entry in the contact details list for when the contact does not have social
  /packages/apps/Contacts/src/com/android/contacts/
GroupMetaData.java 19 * Meta-data for a contact group. We load all groups associated with the contact's
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 78 * This is a dialog-themed activity for confirming the addition of a detail to an existing contact
79 * (once the user has selected this contact from a list of all contacts). The incoming intent
117 * DialogManager may be needed if the user wants to apply a "custom" label to the contact detail
123 * ID of a contact.
140 * the contact photo.
152 * on a contact (only needed if someone else exists with the same name as
153 * this contact).
167 * List of mimetypes to use in order of priority to display for a contact in
168 * a disambiguation case. For example, if the contact does not have a
239 // Setup "header" (containing contact info) to save the detail and then go to the edito
    [all...]
ContactEditorAccountsChangedActivity.java 41 * This activity can be shown to the user when creating a new contact to inform the user about
42 * which account the contact will be saved in. There is also an option to add an account at
45 * the new contact in. If the activity result doesn't contain intent data, then there is no
46 * account for this contact.
89 // which account to create a contact in.
122 // This button allows the user to continue creating the contact in the specified
142 // This button allows the user to continue editing the contact as a phone-only
143 // local contact.
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupListItem.java 19 * Meta-data for a contact group. We load all groups associated with the contact's

Completed in 1599 milliseconds

1 23 4 5 6 7 8 91011>>