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

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 109 newInsertCpo(RawContacts.CONTENT_URI, mIsSyncOperation, true).withValues(mValues);
367 newInsertCpo(Data.CONTENT_URI, mIsSyncOperation, mIsYieldAllowed);
386 public static ContentProviderOperation.Builder newInsertCpo(Uri uri,
ContactManager.java 547 batchOperation.add(ContactOperations.newInsertCpo(StatusUpdates.CONTENT_URI,
    [all...]

Completed in 189 milliseconds