Searched refs:getLastCancelableOperation (Results 1 – 4 of 4) sorted by relevance
128 public final Operation getLastCancelableOperation() { in getLastCancelableOperation() method in AsyncQueryService129 return AsyncQueryServiceHelper.getLastCancelableOperation(); in getLastCancelableOperation()
176 static public Operation getLastCancelableOperation() { in getLastCancelableOperation() method in AsyncQueryServiceHelper
289 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()
16 *** getLastCancelableOperation(...);