Searched defs:getOrCreateAuthorityLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java585 getOrCreateAuthorityLocked(
651 aInfo = getOrCreateAuthorityLocked(target, -1, false);
704 getOrCreateAuthorityLocked(info, -1 /* ident */, true);
798 AuthorityInfo authority = getOrCreateAuthorityLocked(info, -1, true);
878 AuthorityInfo authority = getOrCreateAuthorityLocked(info,
963 AuthorityInfo authorityInfo = getOrCreateAuthorityLocked(
1192 AuthorityInfo authorityInfo = getOrCreateAuthorityLocked(info,
1328 private AuthorityInfo getOrCreateAuthorityLocked(EndPoint info, int ident, boolean doWrite) { method in class:SyncStorageEngine
1584 getOrCreateAuthorityLocked(newInfo, -1 /* ident */, false /* doWrite */);
1663 authority = getOrCreateAuthorityLocked(inf
[all...]

Completed in 95 milliseconds