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

  /packages/apps/Dialer/java/com/android/dialer/lettertile/
LetterTileDrawable.java 52 @IntDef({TYPE_PERSON, TYPE_BUSINESS, TYPE_VOICEMAIL, TYPE_GENERIC_AVATAR, TYPE_SPAM})
56 public static final int TYPE_PERSON = 1;
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/
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 62 public static final int TYPE_PERSON = 1;
65 public static final int TYPE_DEFAULT = TYPE_PERSON;
198 case TYPE_PERSON:
  /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 263 milliseconds