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 289 Operation lastOne = aqs.getLastCancelableOperation();
322 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3
352 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3

Completed in 288 milliseconds