Searched refs:startSyncBatch (Results 1 – 2 of 2) sorted by relevance
186 syncManager.startSyncBatch(upperBoundTimeMillis); in executeAction()392 syncManager.startSyncBatch(upperBoundTimeMillis); in processBackgroundResponse()453 syncManager.startSyncBatch(newUpperBoundTimeMillis); in processBackgroundResponse()477 syncManager.startSyncBatch(now); in processBackgroundResponse()488 syncManager.startSyncBatch(startTimestamp); in processBackgroundResponse()
134 public synchronized void startSyncBatch(final long upperBoundTimestamp) { in startSyncBatch() method in SyncManager