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

<<11121314151617181920>>

  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 23 import com.android.mms.data.Contact;
123 // Set contact and message body
133 mContact = Contact.get(mAddress, false).getName();
257 mContact = TextUtils.isEmpty(mAddress) ? "" : Contact.get(mAddress, false).getName();
322 " contact: " + mContact +
MessageListItem.java 66 import com.android.mms.data.Contact;
234 Contact contact = isSelf ? Contact.getMe(false) : Contact.get(addr, false); local
235 avatarDrawable = contact.getAvatar(mContext, sDefaultContactImage);
240 if (contact.existsInDatabase()) {
241 mAvatar.assignContactUri(contact.getUri());
243 mAvatar.assignContactFromPhone(contact.getNumber(), true);
377 private CharSequence formatMessage(MessageItem msgItem, String contact, String body
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 95 * contact writable accounts (if contactWritableOnly is true).
123 * (2) that there is at least one raw contact with that account type in the database
156 * A sample contact URI used to test whether any activities will respond to an
158 * specific to a real contact because an app that intercepts the intent should probably do so
159 * for all types of contact URIs.
365 // First process sync adapters to find any that provide contact data.
368 // Skip sync adapters that don't provide contact data.
404 // that may provide other data sets of contact data.
531 * Return list of all known, contact writable {@link AccountWithDataSet}'s.
660 * (1) there is at least 1 raw contact in the database with that account type, an
    [all...]
  /development/ndk/platforms/android-9/include/android/
input.h 501 * at the point of contact for the given pointer index. */
505 * at the point of contact for the given pointer index. */
511 * touching the device independent of its actual touch area at the point of contact. */
517 * touching the device independent of its actual touch area at the point of contact. */
522 * An angle of 0 degrees indicates that the major axis of contact is oriented
524 * indicates that the major axis of contact is oriented to the right. A negative angle
525 * indicates that the major axis of contact is oriented to the left.
594 * at the point of contact for the given pointer index that
600 * at the point of contact for the given pointer index that
609 * touching the device independent of its actual touch area at the point of contact. *
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
input.h 501 * at the point of contact for the given pointer index. */
505 * at the point of contact for the given pointer index. */
511 * touching the device independent of its actual touch area at the point of contact. */
517 * touching the device independent of its actual touch area at the point of contact. */
522 * An angle of 0 degrees indicates that the major axis of contact is oriented
524 * indicates that the major axis of contact is oriented to the right. A negative angle
525 * indicates that the major axis of contact is oriented to the left.
594 * at the point of contact for the given pointer index that
600 * at the point of contact for the given pointer index that
609 * touching the device independent of its actual touch area at the point of contact. *
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
input.h 501 * at the point of contact for the given pointer index. */
505 * at the point of contact for the given pointer index. */
511 * touching the device independent of its actual touch area at the point of contact. */
517 * touching the device independent of its actual touch area at the point of contact. */
522 * An angle of 0 degrees indicates that the major axis of contact is oriented
524 * indicates that the major axis of contact is oriented to the right. A negative angle
525 * indicates that the major axis of contact is oriented to the left.
594 * at the point of contact for the given pointer index that
600 * at the point of contact for the given pointer index that
609 * touching the device independent of its actual touch area at the point of contact. *
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
input.h 501 * at the point of contact for the given pointer index. */
505 * at the point of contact for the given pointer index. */
511 * touching the device independent of its actual touch area at the point of contact. */
517 * touching the device independent of its actual touch area at the point of contact. */
522 * An angle of 0 degrees indicates that the major axis of contact is oriented
524 * indicates that the major axis of contact is oriented to the right. A negative angle
525 * indicates that the major axis of contact is oriented to the left.
594 * at the point of contact for the given pointer index that
600 * at the point of contact for the given pointer index that
609 * touching the device independent of its actual touch area at the point of contact. *
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 55 * Bystrom. Szabo Barna noticed a contact in a cancel request - this is a pointless header for
95 * A target refresh request and its response MUST have a Contact
212 * the contact headers. (2) Request must have cseq, to and from and via headers. (3) Method in
266 * RFC 3261 8.1.1.8 The Contact header field MUST be present and contain exactly one SIP
269 * requests, the scope of the Contact is global. That is, the Contact header field value
273 * If the Request-URI or top Route header field value contains a SIPS URI, the Contact
281 // refresh its ok not to have a contact header. Otherwise
282 // contact header is mandatory.
292 throw new ParseException("Scheme for contact should be sips:" + sipUri, 0)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 212 * A list of distinct contact IDs included in the current contact.
370 * Sets whether the static contact photo (that is not in a scrolling region), should be shown
429 // Figure out if the contact has social updates or not
436 // outside class depending on screen size, layout, and whether the contact has social
446 // Build up the contact entries
756 * Collapse all contact detail entries into one aggregated list with a {@link HeaderViewEntry}
760 // All contacts should have a header view (even if there is no data for the contact).
783 * Add phonetic name (if applicable) to the aggregated list of contact details. This has to be
805 * of the aggregated list of contact details. This has to be done manually because th
    [all...]
  /packages/apps/Contacts/res/values/
donottranslate_config.xml 100 <!-- If true, phonetic name is included in the contact editor by default -->
117 contact detail page -->
121 contact detail page -->
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 47 * An interaction invoked to delete a contact.
89 * @param contactUri the URI of the contact to delete
103 * @param contactUri the URI of the contact to delete
  /development/samples/SampleSyncAdapter/
_index.html 30 demonstrate new features, including: syncing and viewing contact groups, handling the "invite"
  /external/chromium/chrome/common/extensions/docs/server/
README 22 You will need to have access to the appropriate appspot.com app. Contact
  /external/icu4c/layout/
TibetanLayoutEngine.cpp 7 * Contact person: Pema Geyleg - <pema_geyleg@druknet.bt>
  /external/iptables/extensions/
libxt_IDLETIMER.c 6 * Contact: Luciano Coelho <luciano.coelho@nokia.com>
  /external/mesa3d/docs/
MESA_copy_sub_buffer.spec 9 Contact
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 33 import gov.nist.javax.sip.header.Contact;
1151 Contact contact = (Contact) lastResponse.getContactHeaders().getFirst(); local
1172 Contact contact = null; local
    [all...]
  /external/ppp/pppd/plugins/radius/
clientid.c 7 * If the file is missing contact me at lf@elemental.net
ip_util.c 12 * If the file is missing contact me at lf@elemental.net
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.cpp 2 * Copyright (C) 2007 Nicholas Shanks <contact@nickshanks.com>
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientChip.java 82 * Get the id of the contact associated with this chip.
  /ndk/sources/cxx-stl/stlport/
README 7 please contact the android-ndk support forum or
  /packages/apps/Contacts/res/layout/
call_detail_history_header.xml 25 <!-- Contact photo. -->
carousel_about_tab.xml 31 <!-- Transparent view to overlay on the contact's photo
contact_detail_fragment.xml 51 <!-- "QuickFix"- button (Copy to local contact, add to group) -->

Completed in 398 milliseconds

<<11121314151617181920>>