Home
last modified time | relevance | path

Searched refs:newRawContactOperation (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountWithDataSet.java197 public ContentProviderOperation newRawContactOperation() { in newRawContactOperation() method in AccountWithDataSet
/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java543 ops.add(account.newRawContactOperation()); in appendCreateContact()