Searched refs:getOrCreateAuthorityLocked (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncStorageEngine.java | 746 authority = getOrCreateAuthorityLocked( in setSyncAutomatically() 819 aInfo = getOrCreateAuthorityLocked(target, -1, false); in setSyncableStateForEndPoint() 901 getOrCreateAuthorityLocked(info, -1 /* ident */, true); in setBackoff() 996 AuthorityInfo authority = getOrCreateAuthorityLocked(info, -1, true); in setDelayUntilTime() 1088 AuthorityInfo authority = getOrCreateAuthorityLocked(info, in markPending() 1176 AuthorityInfo authorityInfo = getOrCreateAuthorityLocked( in addActiveSync() 1443 AuthorityInfo authorityInfo = getOrCreateAuthorityLocked(info, in getCopyOfAuthorityWithSyncStatus() 1579 private AuthorityInfo getOrCreateAuthorityLocked(EndPoint info, int ident, boolean doWrite) { in getOrCreateAuthorityLocked() method in SyncStorageEngine 1828 getOrCreateAuthorityLocked(newInfo, -1 /* ident */, false /* doWrite */); in maybeMigrateSettingsForRenamedAuthorities() 1900 authority = getOrCreateAuthorityLocked(info, id, false); in parseAuthority()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 3055 HSPLcom/android/server/content/SyncStorageEngine;->getOrCreateAuthorityLocked(Lcom/android/server/c…
|