Searched refs:authorityInfo (Results 1 – 2 of 2) sorted by relevance
696 AuthorityInfo authorityInfo = mAuthorities.valueAt(i); in getSyncAutomatically() local697 if (authorityInfo.target.matchesSpec(new EndPoint(account, providerName, userId)) in getSyncAutomatically()698 && authorityInfo.enabled) { in getSyncAutomatically()765 AuthorityInfo authorityInfo = mAuthorities.valueAt(i); in getIsSyncable() local766 if (authorityInfo.target != null in getIsSyncable()767 && authorityInfo.target.provider.equals(providerName)) { in getIsSyncable()768 return authorityInfo.syncable; in getIsSyncable()847 AuthorityInfo authorityInfo = in setBackoff() local849 if (authorityInfo.backoffTime == nextSyncTime in setBackoff()850 && authorityInfo.backoffDelay == nextDelay) { in setBackoff()[all …]
2442 SyncStorageEngine.AuthorityInfo authorityInfo in dumpRecentHistory() local2446 if (authorityInfo != null) { in dumpRecentHistory()2447 authorityName = authorityInfo.target.provider; in dumpRecentHistory()2448 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()2449 + authorityInfo.target.account.type in dumpRecentHistory()2450 + " u" + authorityInfo.target.userId; in dumpRecentHistory()2572 SyncStorageEngine.AuthorityInfo authorityInfo in dumpRecentHistory() local2576 if (authorityInfo != null) { in dumpRecentHistory()2577 authorityName = authorityInfo.target.provider; in dumpRecentHistory()2578 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()[all …]