Searched refs:TYPE_PERSON (Results 1 – 4 of 4) 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()
52 public static final int TYPE_PERSON = 1; field in LetterTileDrawable55 public static final int TYPE_DEFAULT = TYPE_PERSON;207 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