Searched refs:authorityInfo (Results 1 – 2 of 2) sorted by relevance
677 AuthorityInfo authorityInfo = mAuthorities.valueAt(i); in getSyncAutomatically() local678 if (authorityInfo.target.matchesSpec(new EndPoint(account, providerName, userId)) in getSyncAutomatically()679 && authorityInfo.enabled) { in getSyncAutomatically()746 AuthorityInfo authorityInfo = mAuthorities.valueAt(i); in getIsSyncable() local747 if (authorityInfo.target != null in getIsSyncable()748 && authorityInfo.target.provider.equals(providerName)) { in getIsSyncable()749 return authorityInfo.syncable; in getIsSyncable()828 AuthorityInfo authorityInfo = in setBackoff() local830 if (authorityInfo.backoffTime == nextSyncTime in setBackoff()831 && authorityInfo.backoffDelay == nextDelay) { in setBackoff()[all …]
2412 SyncStorageEngine.AuthorityInfo authorityInfo in dumpRecentHistory() local2416 if (authorityInfo != null) { in dumpRecentHistory()2417 authorityName = authorityInfo.target.provider; in dumpRecentHistory()2418 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()2419 + authorityInfo.target.account.type in dumpRecentHistory()2420 + " u" + authorityInfo.target.userId; in dumpRecentHistory()2542 SyncStorageEngine.AuthorityInfo authorityInfo in dumpRecentHistory() local2546 if (authorityInfo != null) { in dumpRecentHistory()2547 authorityName = authorityInfo.target.provider; in dumpRecentHistory()2548 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()[all …]