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

/frameworks/base/core/java/android/content/
H A DSyncQueue.java45 public SyncQueue(SyncStorageEngine syncStorageEngine, final SyncAdaptersCache syncAdapters) { argument
46 mSyncStorageEngine = syncStorageEngine;
52 final Pair<Long, Long> backoff = syncStorageEngine.getBackoff(op.account, op.authority);
62 syncStorageEngine.getDelayUntilTime(op.account, op.authority),

Completed in 63 milliseconds