Home
last modified time | relevance | path

Searched refs:getLastCancelableOperation (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DAsyncQueryService.java128 public final Operation getLastCancelableOperation() { in getLastCancelableOperation() method in AsyncQueryService
129 return AsyncQueryServiceHelper.getLastCancelableOperation(); in getLastCancelableOperation()
DAsyncQueryServiceHelper.java176 static public Operation getLastCancelableOperation() { in getLastCancelableOperation() method in AsyncQueryServiceHelper
/packages/apps/Calendar/tests/src/com/android/calendar/
DAsyncQueryServiceTest.java289 Operation lastOne = aqs.getLastCancelableOperation(); in testCancel_simpleCancelLastTest()
322 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3 in testCancel_cancelSecondToLast()
352 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3 in testCancel_multipleCancels()
/packages/apps/Calendar/
Dproguard.flags16 *** getLastCancelableOperation(...);