Searched defs:cpo (Results 1 - 2 of 2) 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);

Completed in 220 milliseconds