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

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java701 public void setBackoff(EndPoint info, long nextSyncTime, long nextDelay) { argument
704 + " -> nextSyncTime " + nextSyncTime + ", nextDelay " + nextDelay);
715 nextSyncTime, nextDelay);
720 && authorityInfo.backoffDelay == nextDelay) {
724 authorityInfo.backoffDelay = nextDelay;
744 long nextSyncTime, long nextDelay) {
757 || authorityInfo.backoffDelay != nextDelay) {
759 authorityInfo.backoffDelay = nextDelay;
743 setBackoffLocked(Account account, int userId, String providerName, long nextSyncTime, long nextDelay) argument

Completed in 63 milliseconds