Home
last modified time | relevance | path

Searched refs:startBatch (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DAsyncQueryService.java305 public void startBatch(int token, Object cookie, String authority, in startBatch() method in AsyncQueryService
DEventInfoFragment.java1405 mHandler.startBatch(mHandler.getNextToken(), null, CalendarContract.AUTHORITY, ops, in createExceptionResponse()
2211 service.startBatch(0, null, Calendars.CONTENT_URI.getAuthority(), ops, 0); in saveReminders()
/packages/apps/Calendar/tests/src/com/android/calendar/
DAsyncQueryServiceTest.java239 aqs.startBatch(work[index].token, in testBatch()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventFragment.java694 service.startBatch(0, null, Calendars.CONTENT_URI.getAuthority(), ops, 0); in saveReminders()
DEditEventHelper.java567 …mService.startBatch(mService.getNextToken(), null, android.provider.CalendarContract.AUTHORITY, op… in saveEvent()
/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java154 public void startBatch(int token, Object cookie, String authority, in getAsyncQueryService()