HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_PERSON (Results 1 - 5 of 5) sorted by null

  /packages/apps/Dialer/java/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 51 @IntDef({TYPE_PERSON, TYPE_BUSINESS, TYPE_VOICEMAIL, TYPE_GENERIC_AVATAR, TYPE_SPAM})
55 public static final int TYPE_PERSON = 1;
65 @ContactType public static final int TYPE_DEFAULT = TYPE_PERSON;
169 case TYPE_PERSON:
398 if (contactType != TYPE_PERSON) {
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
LetterTileDrawable.java 52 public static final int TYPE_PERSON = 1;
55 public static final int TYPE_DEFAULT = TYPE_PERSON;
194 case TYPE_PERSON:
  /packages/apps/Contacts/src/com/android/contacts/lettertiles/
LetterTileDrawable.java 61 public static final int TYPE_PERSON = 1;
64 public static final int TYPE_DEFAULT = TYPE_PERSON;
197 case TYPE_PERSON:
  /packages/apps/Dialer/java/com/android/contacts/common/
ContactPhotoManager.java 40 public static final int TYPE_PERSON = LetterTileDrawable.TYPE_PERSON;
406 * identifier. See: {@link #TYPE_PERSON} {@link #TYPE_BUSINESS} {@link #TYPE_PERSON} {@link
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 92 public static final int TYPE_PERSON = LetterTileDrawable.TYPE_PERSON;
286 * {@link #TYPE_PERSON}
288 * {@link #TYPE_PERSON}
    [all...]

Completed in 305 milliseconds