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

/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java166 final HashMap<String, AuthorityInfo> authorities =
167 new HashMap<String, AuthorityInfo>();
174 public static class AuthorityInfo { class in class:SyncStorageEngine
185 AuthorityInfo(Account account, String authority, int ident) { method in class:SyncStorageEngine.AuthorityInfo
223 private final SparseArray<AuthorityInfo> mAuthorities =
224 new SparseArray<AuthorityInfo>();
395 AuthorityInfo authority = getAuthorityLocked(account, providerName,
403 AuthorityInfo authority = mAuthorities.valueAt(i);
417 AuthorityInfo authority = getOrCreateAuthorityLocked(account, providerName, -1, false);
435 AuthorityInfo authorit
[all...]

Completed in 27 milliseconds