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