Searched refs:TYPE_PERSON (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/lettertile/
H A DLetterTileDrawable.java52 @IntDef({TYPE_PERSON, TYPE_BUSINESS, TYPE_VOICEMAIL, TYPE_GENERIC_AVATAR, TYPE_SPAM})
56 public static final int TYPE_PERSON = 1; field in class:LetterTileDrawable
68 @ContactType public static final int TYPE_DEFAULT = TYPE_PERSON;
169 case TYPE_PERSON:
402 if (contactType != TYPE_PERSON) {
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DLetterTileDrawable.java52 public static final int TYPE_PERSON = 1; field in class:LetterTileDrawable
55 public static final int TYPE_DEFAULT = TYPE_PERSON;
194 case TYPE_PERSON:
/packages/apps/Contacts/src/com/android/contacts/lettertiles/
H A DLetterTileDrawable.java62 public static final int TYPE_PERSON = 1; field in class:LetterTileDrawable
65 public static final int TYPE_DEFAULT = TYPE_PERSON;
198 case TYPE_PERSON:
/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java92 public static final int TYPE_PERSON = LetterTileDrawable.TYPE_PERSON; field in class:ContactPhotoManager
286 * {@link #TYPE_PERSON}
288 * {@link #TYPE_PERSON}

Completed in 650 milliseconds