Home
last modified time | relevance | path

Searched refs:mContactType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DLetterTileDrawable.java61 private int mContactType = TYPE_DEFAULT; field in LetterTileDrawable
182 final Drawable drawable = getDrawablepForContactType(mContactType); in drawLetterTile()
195 if (TextUtils.isEmpty(identifier) || mContactType == TYPE_VOICEMAIL) { in pickColor()
271 mContactType = contactType; in setContactType()
/packages/apps/Contacts/src/com/android/contacts/lettertiles/
DLetterTileDrawable.java70 private int mContactType = TYPE_DEFAULT; field in LetterTileDrawable
172 final Bitmap bitmap = getBitmapForContactType(mContactType); in drawLetterTile()
186 if (TextUtils.isEmpty(identifier) || mContactType == TYPE_VOICEMAIL) { in pickColor()
280 mContactType = contactType; in setContactType()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java263 private int mContactType; field in QuickContactActivity
387 Logger.logQuickContactEvent(mReferrer, mContactType,
655 mContactType = ContactType.UNKNOWN_TYPE; in onCreate()
940 if (mShouldLog && mContactType != newContactType) { in bindContactData()
944 mContactType = newContactType; in bindContactData()
1076 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.CONTACT, in populateContactAndAboutCard()
1147 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.ABOUT, in populateContactAndAboutCard()
1208 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.NO_CONTACT, in initializeNoContactDetailCard()
2388 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.UNKNOWN_CARD,
2395 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.UNKNOWN_CARD,
[all …]
/packages/apps/Dialer/java/com/android/contacts/common/dialog/
DCallSubjectDialog.java142 private int mContactType; field in CallSubjectDialog
322 mContactPhoto, mContactUri, mPhotoID, mPhotoUri, mNameOrNumber, mContactType); in updateContactInfo()
353 mContactType = arguments.getInt(ARG_CONTACT_TYPE, LetterTileDrawable.TYPE_DEFAULT); in readArguments()