Searched refs:mContactType (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/lettertiles/ |
D | LetterTileDrawable.java | 70 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/ |
D | QuickContactActivity.java | 264 private int mContactType; field in QuickContactActivity 388 Logger.logQuickContactEvent(mReferrer, mContactType, 656 mContactType = ContactType.UNKNOWN_TYPE; in onCreate() 941 if (mShouldLog && mContactType != newContactType) { in bindContactData() 945 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() 2397 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.UNKNOWN_CARD, 2404 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.UNKNOWN_CARD, [all …]
|
/packages/apps/Dialer/java/com/android/contacts/common/dialog/ |
D | CallSubjectDialog.java | 142 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()
|