HomeSort by relevance Sort by last modified time
    Searched defs:isNewRawContact (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
TransactionContext.java 168 public boolean isNewRawContact(long rawContactId) {
DataRowHandler.java 375 if (!isNewRawContact(txContext, rawContactId)) {
381 private boolean isNewRawContact(TransactionContext txContext, long rawContactId) {
382 return txContext.isNewRawContact(rawContactId);

Completed in 1504 milliseconds