Searched defs:getLastCancelableOperation (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DAsyncQueryService.java128 public final Operation getLastCancelableOperation() { method in class:AsyncQueryService
129 return AsyncQueryServiceHelper.getLastCancelableOperation();
H A DAsyncQueryServiceHelper.java176 static public Operation getLastCancelableOperation() { method in class:AsyncQueryServiceHelper
200 Log.d(TAG, "getLastCancelableOperation -> Operation:" + Operation.opToChar(op.op)

Completed in 163 milliseconds