/external/chromium_org/chrome/common/ |
autocomplete_match_type.h | 37 CONTACT, // One of the user's contacts.
|
/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...] |
TokenTypes.java | 76 public static final int CONTACT = START + 39;
|
Lexer.java | 186 TokenTypes.CONTACT); 214 addKeyword(TokenNames.M.toUpperCase(), TokenTypes.CONTACT);
|
/packages/apps/Mms/src/com/android/mms/data/ |
Contact.java | 40 public class Contact { 44 public static final int CONTACT_METHOD_TYPE_SELF = 3; // the "Me" or profile contact 48 private static final String TAG = "Contact"; 56 // log("contact changed, invalidate cache"); 75 // Contact, -1 is invalid. e.g. contact method id is 20 when 76 // current contact has phone content://.../phones/20. 93 private boolean mIsMe; // true if this contact is me! 94 private boolean mSendToVoicemail; // true if this contact should not put up notification 97 public void onUpdate(Contact updated) 557 Contact contact = internalGet(number, isMe); local 787 Contact contact = getContactInfoForEmailAddress(c.mNumber); local [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationListItem.java | 39 import com.android.mms.data.Contact; 46 public class ConversationListItem extends RelativeLayout implements Contact.UpdateListener, 142 Contact contact = mConversation.getRecipients().get(0); local 143 avatarDrawable = contact.getAvatar(mContext, sDefaultContactImage); 145 if (contact.existsInDatabase()) { 146 mAvatarView.assignContactUri(contact.getUri()); 148 mAvatarView.assignContactFromPhone(contact.getNumber(), true); 164 public void onUpdate(Contact updated) { 165 if (Log.isLoggable(LogTag.CONTACT, Log.DEBUG)) [all...] |
/packages/apps/Mms/src/com/android/mms/ |
LogTag.java | 26 import com.android.mms.data.Contact; 39 public static final String CONTACT = "Mms:contact"; 104 Contact.dump();
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
NameMap.java | 133 putNameMap(CONTACT, Contact.class.getName()); //28
|
SIPHeaderNames.java | 77 public static final String CONTACT = ContactHeader.NAME; //28
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_provider.cc | 42 return "Contact"; 79 return metrics::OmniboxEventProto::CONTACT;
|
contact_provider_chromeos.cc | 16 #include "chrome/browser/chromeos/contacts/contact.pb.h" 27 // Base match relevance assigned to a contact with an affinity of 0.0. 30 // Maximum boost to relevance for a contact with an affinity of 1.0. 34 // matching text in |classifications| (which corresponds to the contact's full 66 // Cached information about a contact. 95 // Unique ID used to look up additional contact information. 98 // Affinity between the user and this contact, in the range [0.0, 1.0]. 173 const contacts::Contact& contact = **it; local 175 AutocompleteMatch::SanitizeString(UTF8ToUTF16(contact.full_name())) [all...] |
/external/chromium_org/chrome/browser/metrics/ |
metrics_log.cc | 146 case AutocompleteMatchType::CONTACT: 147 return OmniboxEventProto::Suggestion::CONTACT; [all...] |
/external/libvorbis/doc/ |
05-comment.tex | 146 \item[CONTACT] 147 Contact information for the creators or distributors of the track. This could be a URL, an email address, the physical address of the producing label.
|