Home
last modified time | relevance | path

Searched refs:getAuthorityLocked (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java652 AuthorityInfo authority = getAuthorityLocked( in getSyncAutomatically()
710 AuthorityInfo authority = getAuthorityLocked( in getIsSyncable()
739 AuthorityInfo authority = getAuthorityLocked( in getIsTargetServiceActive()
789 AuthorityInfo authority = getAuthorityLocked(info, "getBackoff"); in getBackoff()
912 AuthorityInfo authority = getAuthorityLocked(info, "getDelayUntil"); in getDelayUntilTime()
1042 AuthorityInfo authorityInfo = getAuthorityLocked(info, "getPeriodicSyncs"); in getPeriodicSyncs()
1149 AuthorityInfo authority = getAuthorityLocked(op.target, "deleteFromPending"); in deleteFromPending()
1315 AuthorityInfo authority = getAuthorityLocked(op.target, "insertStartSyncEvent"); in insertStartSyncEvent()
1627 private AuthorityInfo getAuthorityLocked(EndPoint info, String tag) { in getAuthorityLocked() method in SyncStorageEngine
1984 if (getAuthorityLocked(newInfo, "cleanup") != null) { in maybeMigrateSettingsForRenamedAuthorities()