Lines Matching refs:Operation
59 public static class Operation { class in AsyncQueryService
83 case Operation.EVENT_ARG_QUERY: in opToChar()
85 case Operation.EVENT_ARG_INSERT: in opToChar()
87 case Operation.EVENT_ARG_UPDATE: in opToChar()
89 case Operation.EVENT_ARG_DELETE: in opToChar()
91 case Operation.EVENT_ARG_BATCH: in opToChar()
128 public final Operation getLastCancelableOperation() { in getLastCancelableOperation()
172 info.op = Operation.EVENT_ARG_QUERY; in startQuery()
204 info.op = Operation.EVENT_ARG_INSERT; in startInsert()
240 info.op = Operation.EVENT_ARG_UPDATE; in startUpdate()
277 info.op = Operation.EVENT_ARG_DELETE; in startDelete()
308 info.op = Operation.EVENT_ARG_BATCH; in startBatch()
411 case Operation.EVENT_ARG_QUERY: in handleMessage()
415 case Operation.EVENT_ARG_INSERT: in handleMessage()
419 case Operation.EVENT_ARG_UPDATE: in handleMessage()
423 case Operation.EVENT_ARG_DELETE: in handleMessage()
427 case Operation.EVENT_ARG_BATCH: in handleMessage()