Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1087 final int newContactType; in bindContactData() local
1089 newContactType = ContactType.DIRECTORY; in bindContactData()
1091 newContactType = ContactType.INVISIBLE_AND_ADDABLE; in bindContactData()
1093 newContactType = ContactType.EDITABLE; in bindContactData()
1095 newContactType = ContactType.UNKNOWN_TYPE; in bindContactData()
1097 if (mShouldLog && mContactType != newContactType) { in bindContactData()
1098 Logger.logQuickContactEvent(mReferrer, newContactType, CardType.UNKNOWN_CARD, in bindContactData()
1101 mContactType = newContactType; in bindContactData()