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