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

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java687 public void setBackoff(EndPoint info, long nextSyncTime, long nextDelay) { argument
690 + " -> nextSyncTime " + nextSyncTime + ", nextDelay " + nextDelay);
701 nextSyncTime, nextDelay);
706 && authorityInfo.backoffDelay == nextDelay) {
710 authorityInfo.backoffDelay = nextDelay;
730 long nextSyncTime, long nextDelay) {
743 || authorityInfo.backoffDelay != nextDelay) {
745 authorityInfo.backoffDelay = nextDelay;
729 setBackoffLocked(Account account, int userId, String providerName, long nextSyncTime, long nextDelay) argument

Completed in 86 milliseconds