HomeSort by relevance Sort by last modified time
    Searched refs:getLastCancelableOperation (Results 1 - 3 of 3) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java 128 public final Operation getLastCancelableOperation() {
129 return AsyncQueryServiceHelper.getLastCancelableOperation();
AsyncQueryServiceHelper.java 176 static public Operation getLastCancelableOperation() {
200 Log.d(TAG, "getLastCancelableOperation -> Operation:" + Operation.opToChar(op.op)
  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 268 Operation lastOne = aqs.getLastCancelableOperation();
301 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3
331 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3

Completed in 31 milliseconds