Searched refs:getOrCreateAuthorityLocked (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncStorageEngine.java | 679 getOrCreateAuthorityLocked( in setSyncAutomatically() 765 aInfo = getOrCreateAuthorityLocked(target, -1, false); in setSyncableStateForEndPoint() 819 getOrCreateAuthorityLocked(info, -1 /* ident */, true); in setBackoff() 926 AuthorityInfo authority = getOrCreateAuthorityLocked(info, -1, true); in setDelayUntilTime() 960 getOrCreateAuthorityLocked(info, -1, false); in updateOrAddPeriodicSync() 1000 getOrCreateAuthorityLocked(info, -1, false); in removePeriodicSync() 1110 getOrCreateAuthorityLocked(info, in insertIntoPending() 1268 AuthorityInfo authorityInfo = getOrCreateAuthorityLocked( in addActiveSync() 1505 AuthorityInfo authorityInfo = getOrCreateAuthorityLocked(info, in getCopyOfAuthorityWithSyncStatus() 1678 private AuthorityInfo getOrCreateAuthorityLocked(EndPoint info, int ident, boolean doWrite) { in getOrCreateAuthorityLocked() method in SyncStorageEngine [all …]
|