Searched refs:authorityInfo (Results 1 – 2 of 2) sorted by relevance
668 AuthorityInfo authorityInfo = mAuthorities.valueAt(i); in getSyncAutomatically() local669 if (authorityInfo.target.matchesSpec(new EndPoint(account, providerName, userId)) in getSyncAutomatically()670 && authorityInfo.enabled) { in getSyncAutomatically()735 AuthorityInfo authorityInfo = mAuthorities.valueAt(i); in getIsSyncable() local736 if (authorityInfo.target != null in getIsSyncable()737 && authorityInfo.target.provider.equals(providerName)) { in getIsSyncable()738 return authorityInfo.syncable; in getIsSyncable()815 AuthorityInfo authorityInfo = in setBackoff() local817 if (authorityInfo.backoffTime == nextSyncTime in setBackoff()818 && authorityInfo.backoffDelay == nextDelay) { in setBackoff()[all …]
2431 SyncStorageEngine.AuthorityInfo authorityInfo in dumpRecentHistory() local2435 if (authorityInfo != null) { in dumpRecentHistory()2436 authorityName = authorityInfo.target.provider; in dumpRecentHistory()2437 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()2438 + authorityInfo.target.account.type in dumpRecentHistory()2439 + " u" + authorityInfo.target.userId; in dumpRecentHistory()2561 SyncStorageEngine.AuthorityInfo authorityInfo in dumpRecentHistory() local2565 if (authorityInfo != null) { in dumpRecentHistory()2566 authorityName = authorityInfo.target.provider; in dumpRecentHistory()2567 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()[all …]