Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DAsyncQueryService.java62 static final int EVENT_ARG_UPDATE = 3; field in AsyncQueryService.Operation
87 case Operation.EVENT_ARG_UPDATE: in opToChar()
240 info.op = Operation.EVENT_ARG_UPDATE; in startUpdate()
419 case Operation.EVENT_ARG_UPDATE: in handleMessage()
DAsyncQueryServiceHelper.java309 case Operation.EVENT_ARG_UPDATE: in onHandleIntent()
/packages/apps/Calendar/tests/src/com/android/calendar/
DAsyncQueryServiceTest.java166 work[index].op = Operation.EVENT_ARG_UPDATE; in testUpdate()
531 assertEquals(mWork[mIndex].op, Operation.EVENT_ARG_UPDATE); in onUpdateComplete()
625 assertEquals(mWork[index].op, Operation.EVENT_ARG_UPDATE); in update()