Searched refs:isNewRawContact (Results 1 – 3 of 3) sorted by relevance
373 if (!isNewRawContact(txContext, rawContactId)) { in fixRawContactDisplayName()379 private boolean isNewRawContact(TransactionContext txContext, long rawContactId) { in isNewRawContact() method in DataRowHandler380 return txContext.isNewRawContact(rawContactId); in isNewRawContact()
71 if (!txContext.isNewRawContact(rawContactId)) { in insert()
142 public boolean isNewRawContact(long rawContactId) { in isNewRawContact() method in TransactionContext