Searched refs:isNewRawContact (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DTransactionContext.java102 public boolean isNewRawContact(long rawContactId) { method in class:TransactionContext
H A DDataRowHandler.java305 if (!isNewRawContact(txContext, rawContactId)) {
311 private boolean isNewRawContact(TransactionContext txContext, long rawContactId) { method in class:DataRowHandler
312 return txContext.isNewRawContact(rawContactId);
H A DDataRowHandlerForPhoto.java67 if (!txContext.isNewRawContact(rawContactId)) {

Completed in 214 milliseconds