Searched refs:getLastCancelableOperation (Results 1 - 3 of 3) 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)
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DAsyncQueryServiceTest.java289 Operation lastOne = aqs.getLastCancelableOperation();
322 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3
352 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3

Completed in 495 milliseconds