Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactOperations.java109 newInsertCpo(RawContacts.CONTENT_URI, mIsSyncOperation, true).withValues(mValues); in ContactOperations()
367 newInsertCpo(Data.CONTENT_URI, mIsSyncOperation, mIsYieldAllowed); in addInsertOp()
386 public static ContentProviderOperation.Builder newInsertCpo(Uri uri, in newInsertCpo() method in ContactOperations
DContactManager.java547 batchOperation.add(ContactOperations.newInsertCpo(StatusUpdates.CONTENT_URI, in updateContactStatus()