Searched refs:newContactType (Results 1 – 1 of 1) sorted by relevance
931 final int newContactType; in bindContactData() local933 newContactType = ContactType.DIRECTORY; in bindContactData()935 newContactType = ContactType.INVISIBLE_AND_ADDABLE; in bindContactData()937 newContactType = ContactType.EDITABLE; in bindContactData()939 newContactType = ContactType.UNKNOWN_TYPE; in bindContactData()941 if (mShouldLog && mContactType != newContactType) { in bindContactData()942 Logger.logQuickContactEvent(mReferrer, newContactType, CardType.UNKNOWN_CARD, in bindContactData()945 mContactType = newContactType; in bindContactData()