Searched refs:TYPE_VOICEMAIL (Results 1 – 6 of 6) sorted by relevance
52 @IntDef({TYPE_PERSON, TYPE_BUSINESS, TYPE_VOICEMAIL, TYPE_GENERIC_AVATAR, TYPE_SPAM})59 public static final int TYPE_VOICEMAIL = 3; field in LetterTileDrawable160 case TYPE_VOICEMAIL: in getDrawableForContactType()261 if (contactType == TYPE_VOICEMAIL in pickColor()426 return LetterTileDrawable.TYPE_VOICEMAIL; in getContactTypeFromPrimitives()
53 public static final int TYPE_VOICEMAIL = 3; field in LetterTileDrawable190 if (TextUtils.isEmpty(identifier) || mContactType == TYPE_VOICEMAIL) { in pickColor()206 case TYPE_VOICEMAIL: in getDrawablepForContactType()
62 public static final int TYPE_VOICEMAIL = 3; field in LetterTileDrawable203 if (TextUtils.isEmpty(identifier) || mContactType == TYPE_VOICEMAIL) { in pickColor()218 case TYPE_VOICEMAIL: in getDrawablepForContactType()
64 public static final int TYPE_VOICEMAIL = 3; field in LetterTileDrawable186 if (TextUtils.isEmpty(identifier) || mContactType == TYPE_VOICEMAIL) { in pickColor()202 case TYPE_VOICEMAIL: in getBitmapForContactType()
93 case LetterTileDrawable.TYPE_VOICEMAIL: in getPhotoInfo()
94 public static final int TYPE_VOICEMAIL = LetterTileDrawable.TYPE_VOICEMAIL; field in ContactPhotoManager