Searched defs:isNewRawContact (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java375 if (!isNewRawContact(txContext, rawContactId)) {
381 private boolean isNewRawContact(TransactionContext txContext, long rawContactId) { method in class:DataRowHandler
382 return txContext.isNewRawContact(rawContactId);
H A DTransactionContext.java169 public boolean isNewRawContact(long rawContactId) { method in class:TransactionContext

Completed in 56 milliseconds