Home
last modified time | relevance | path

Searched refs:EVENT_ARG_BATCH (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DAsyncQueryService.java64 static final int EVENT_ARG_BATCH = 5; field in AsyncQueryService.Operation
91 case Operation.EVENT_ARG_BATCH: in opToChar()
308 info.op = Operation.EVENT_ARG_BATCH; in startBatch()
427 case Operation.EVENT_ARG_BATCH: in handleMessage()
DAsyncQueryServiceHelper.java325 case Operation.EVENT_ARG_BATCH: in onHandleIntent()
/packages/apps/Calendar/tests/src/com/android/calendar/
DAsyncQueryServiceTest.java224 work[index].op = Operation.EVENT_ARG_BATCH; in testBatch()
557 assertEquals(mWork[mIndex].op, Operation.EVENT_ARG_BATCH); in onBatchComplete()
646 assertEquals(mWork[index].op, Operation.EVENT_ARG_BATCH); in applyBatch()