Searched refs:cpo (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DAsyncQueryService.java300 * @param cpo the {@link ContentProviderOperation} to be executed.
306 ArrayList<ContentProviderOperation> cpo, long delayMillis) {
315 info.cpo = cpo;
305 startBatch(int token, Object cookie, String authority, ArrayList<ContentProviderOperation> cpo, long delayMillis) argument
H A DAsyncQueryServiceHelper.java65 public ArrayList<ContentProviderOperation> cpo; field in class:AsyncQueryServiceHelper.OperationInfo
135 builder.append(",\n\t cpo= ");
136 builder.append(cpo);
327 args.result = resolver.applyBatch(args.authority, args.cpo);
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DAsyncQueryServiceTest.java229 work[index].cpo = new ArrayList<ContentProviderOperation>();
230 work[index].cpo.add(ContentProviderOperation.newInsert(Uri.parse(AUTHORITY_URI + ++mId))
242 work[index].cpo,
647 assertEquals(mWork[index].cpo, operations);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java1596 ContentProviderOperation cpo = op.execute(underlyingUri);
1597 if (cpo != null) {
1598 authOps.add(cpo);
/packages/apps/Calendar/tests/src/com/android/calendar/event/
H A DEditEventHelperTest.java155 ArrayList<ContentProviderOperation> cpo, long delayMillis) {
156 mockApplyBatch(authority, cpo);

Completed in 47 milliseconds