Searched refs:previousContactId (Results 1 – 2 of 2) sorted by relevance
491 long previousContactId = -1; in filterByRange() local500 if (previousContactId != currentContactId) { in filterByRange()501 previousContactId = currentContactId; in filterByRange()847 long previousContactId = -1; in getDistinctContactIdSize() local852 if (previousContactId != contactId) { in getDistinctContactIdSize()854 previousContactId = contactId; in getDistinctContactIdSize()
424 final long previousContactId = cursor.getLong(PhoneQuery.CONTACT_ID); in bindView() local425 if (currentContactId == previousContactId) { in bindView()