Home
last modified time | relevance | path

Searched refs:TYPE_PERSON (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
DLetterTileDrawable.java63 public static final int TYPE_PERSON = 1; field in LetterTileDrawable
66 public static final int TYPE_DEFAULT = TYPE_PERSON;
189 case TYPE_PERSON: in getBitmapForContactType()
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java84 public static final int TYPE_PERSON = LetterTileDrawable.TYPE_PERSON; field in ContactPhotoManager