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

  /packages/apps/Contacts/src/com/android/contacts/logging/
QuickContactEvent.java 29 public int contactType;
42 public static final class ContactType {
83 .add("contactType", contactType)
  /packages/apps/Dialer/java/com/android/dialer/lettertile/
LetterTileDrawable.java 47 * ContactType indicates the avatar type of the contact. For a person or for the default when no
53 public @interface ContactType {}
68 @ContactType public static final int TYPE_DEFAULT = TYPE_PERSON;
109 @ContactType private int contactType = TYPE_DEFAULT;
155 private Drawable getDrawableForContactType(int contactType) {
156 switch (contactType) {
234 Drawable drawable = getDrawableForContactType(contactType);
237 "Unable to find drawable for contact type " + contactType);
257 if (contactType == TYPE_SPAM)
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 

Completed in 78 milliseconds