Searched refs:previousContactId (Results 1 – 4 of 4) sorted by relevance
647 long previousContactId = -1; in filterByRange() local656 if (previousContactId != currentContactId) { in filterByRange()657 previousContactId = currentContactId; in filterByRange()1299 long previousContactId = -1; in getDistinctContactIdSize() local1305 if (previousContactId != contactId) { in getDistinctContactIdSize()1307 previousContactId = contactId; in getDistinctContactIdSize()
152 final long previousContactId = cursor.getLong(PhoneQuery.CONTACT_ID); in bindView() local153 if (currentContactId == previousContactId) { in bindView()
152 final long previousContactId = cursor.getLong(EmailQuery.CONTACT_ID); in bindView() local153 if (currentContactId == previousContactId) { in bindView()
424 final long previousContactId = cursor.getLong(PhoneQuery.CONTACT_ID); in bindView() local425 if (currentContactId == previousContactId) { in bindView()