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

/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java467 AuthorityInfo authority = getAuthorityLocked(account, userId, providerName,
514 AuthorityInfo authority = getAuthorityLocked(account, userId, providerName,
565 AuthorityInfo authority = getAuthorityLocked(account, userId, providerName,
671 AuthorityInfo authority = getAuthorityLocked(account, userId, providerName,
769 AuthorityInfo authority = getAuthorityLocked(account, userId, providerName,
893 AuthorityInfo authority = getAuthorityLocked(op.account, op.userId, op.authority,
1062 AuthorityInfo authority = getAuthorityLocked(accountName, userId, authorityName,
1364 private AuthorityInfo getAuthorityLocked(Account accountName, int userId, String authorityName, method in class:SyncStorageEngine
1607 if (getAuthorityLocked(authority.account, authority.userId, newAuthorityName, "cleanup")

Completed in 53 milliseconds