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 …]
2414 SyncStorageEngine.AuthorityInfo authorityInfo in dumpRecentHistory() local2418 if (authorityInfo != null) { in dumpRecentHistory()2419 authorityName = authorityInfo.target.provider; in dumpRecentHistory()2420 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()2421 + authorityInfo.target.account.type in dumpRecentHistory()2422 + " u" + authorityInfo.target.userId; in dumpRecentHistory()2544 SyncStorageEngine.AuthorityInfo authorityInfo in dumpRecentHistory() local2548 if (authorityInfo != null) { in dumpRecentHistory()2549 authorityName = authorityInfo.target.provider; in dumpRecentHistory()2550 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()[all …]