HomeSort by relevance Sort by last modified time
    Searched defs:CONTACT (Results 1 - 6 of 6) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
ContactPhotoType.java 23 /** Types of contact photos we can have. */
28 ContactPhotoType.CONTACT,
34 int CONTACT = 2;
  /external/syslinux/com32/hdt/
hdt.h 35 #define CONTACT "hdt@zytor.com"
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 77 public static final String CONTACT = ContactHeader.NAME; //28
  /packages/apps/Contacts/src/com/android/contacts/logging/
QuickContactEvent.java 21 * Describes how user views and takes action in Quick contact
28 /** The type of the contact displayed in QuickContact. **/
52 public static final int CONTACT = 2;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 76 public static final int CONTACT = START + 39;
Lexer.java 186 TokenTypes.CONTACT);
214 addKeyword(TokenNames.M.toUpperCase(), TokenTypes.CONTACT);

Completed in 168 milliseconds