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.java930 final int newContactType; in bindContactData() local
932 newContactType = ContactType.DIRECTORY; in bindContactData()
934 newContactType = ContactType.INVISIBLE_AND_ADDABLE; in bindContactData()
936 newContactType = ContactType.EDITABLE; in bindContactData()
938 newContactType = ContactType.UNKNOWN_TYPE; in bindContactData()
940 if (mShouldLog && mContactType != newContactType) { in bindContactData()
941 Logger.logQuickContactEvent(mReferrer, newContactType, CardType.UNKNOWN_CARD, in bindContactData()
944 mContactType = newContactType; in bindContactData()