Searched refs:getOrCreateAuthorityLocked (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncStorageEngine.java | 691 getOrCreateAuthorityLocked( in setSyncAutomatically() 762 aInfo = getOrCreateAuthorityLocked(target, -1, false); in setSyncableStateForEndPoint() 816 getOrCreateAuthorityLocked(info, -1 /* ident */, true); in setBackoff() 910 AuthorityInfo authority = getOrCreateAuthorityLocked(info, -1, true); in setDelayUntilTime() 1000 AuthorityInfo authority = getOrCreateAuthorityLocked(info, in markPending() 1085 AuthorityInfo authorityInfo = getOrCreateAuthorityLocked( in addActiveSync() 1351 AuthorityInfo authorityInfo = getOrCreateAuthorityLocked(info, in getCopyOfAuthorityWithSyncStatus() 1487 private AuthorityInfo getOrCreateAuthorityLocked(EndPoint info, int ident, boolean doWrite) { in getOrCreateAuthorityLocked() method in SyncStorageEngine 1753 getOrCreateAuthorityLocked(newInfo, -1 /* ident */, false /* doWrite */); in maybeMigrateSettingsForRenamedAuthorities() 1832 authority = getOrCreateAuthorityLocked(info, id, false); in parseAuthority() [all …]
|