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

/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java575 long nextSyncTime, long nextDelay) {
579 + " -> nextSyncTime " + nextSyncTime + ", nextDelay " + nextDelay);
594 || authorityInfo.backoffDelay != nextDelay) {
596 authorityInfo.backoffDelay = nextDelay;
605 if (authority.backoffTime == nextSyncTime && authority.backoffDelay == nextDelay) {
609 authority.backoffDelay = nextDelay;
574 setBackoff(Account account, int userId, String providerName, long nextSyncTime, long nextDelay) argument

Completed in 171 milliseconds