Searched refs:TYPE_PERSON (Results 1 – 5 of 5) sorted by relevance
52 @IntDef({TYPE_PERSON, TYPE_BUSINESS, TYPE_VOICEMAIL, TYPE_GENERIC_AVATAR, TYPE_SPAM})56 public static final int TYPE_PERSON = 1; field in LetterTileDrawable68 @ContactType public static final int TYPE_DEFAULT = TYPE_PERSON;169 case TYPE_PERSON: in getDrawableForContactType()402 if (contactType != TYPE_PERSON) { in setCanonicalDialerLetterTileDetails()
51 public static final int TYPE_PERSON = 1; field in LetterTileDrawable54 public static final int TYPE_DEFAULT = TYPE_PERSON;202 case TYPE_PERSON: in getDrawablepForContactType()
59 public static final int TYPE_PERSON = 1; field in LetterTileDrawable63 public static final int TYPE_DEFAULT = TYPE_PERSON;220 case TYPE_PERSON: in getDrawablepForContactType()
62 public static final int TYPE_PERSON = 1; field in LetterTileDrawable65 public static final int TYPE_DEFAULT = TYPE_PERSON;198 case TYPE_PERSON: in getBitmapForContactType()
92 public static final int TYPE_PERSON = LetterTileDrawable.TYPE_PERSON; field in ContactPhotoManager