Searched refs:authorityInfo (Results 1 – 2 of 2) sorted by relevance
661 AuthorityInfo authorityInfo = mAuthorities.valueAt(i); in getSyncAutomatically() local662 if (authorityInfo.target.matchesSpec(new EndPoint(account, providerName, userId)) in getSyncAutomatically()663 && authorityInfo.enabled) { in getSyncAutomatically()722 AuthorityInfo authorityInfo = mAuthorities.valueAt(i); in getIsSyncable() local723 if (authorityInfo.target != null in getIsSyncable()724 && authorityInfo.target.provider.equals(providerName)) { in getIsSyncable()725 return authorityInfo.syncable; in getIsSyncable()818 AuthorityInfo authorityInfo = in setBackoff() local820 if (authorityInfo.backoffTime == nextSyncTime in setBackoff()821 && authorityInfo.backoffDelay == nextDelay) { in setBackoff()[all …]
1693 SyncStorageEngine.AuthorityInfo authorityInfo in dumpRecentHistory() local1697 if (authorityInfo != null) { in dumpRecentHistory()1698 if (authorityInfo.target.target_provider) { in dumpRecentHistory()1699 authorityName = authorityInfo.target.provider; in dumpRecentHistory()1700 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()1701 + authorityInfo.target.account.type in dumpRecentHistory()1702 + " u" + authorityInfo.target.userId; in dumpRecentHistory()1703 } else if (authorityInfo.target.target_service) { in dumpRecentHistory()1704 authorityName = authorityInfo.target.service.getPackageName() + "/" in dumpRecentHistory()1705 + authorityInfo.target.service.getClassName() in dumpRecentHistory()[all …]