Searched defs:nextOperation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncQueue.java130 public Pair<SyncOperation, Long> nextOperation() { method in class:SyncQueue
182 Log.v(TAG, "nextOperation: Processing op: " + op);
241 Pair<SyncOperation, Long> nextOpAndRunTime = nextOperation();

Completed in 53 milliseconds