Searched refs:newContactType (Results 1 – 1 of 1) sorted by relevance
930 final int newContactType; in bindContactData() local932 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()