OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLastCancelableOperation
(Results
1 - 2
of
2
) 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)
Completed in 445 milliseconds