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

/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java960 public long insertStartSyncEvent(Account accountName, String authorityName, argument
966 + " auth=" + authorityName + " source=" + source);
968 AuthorityInfo authority = getAuthorityLocked(accountName, authorityName,
1282 * @param authorityName The name of the authority itself.
1286 private AuthorityInfo getAuthorityLocked(Account accountName, String authorityName, argument
1297 AuthorityInfo authority = account.authorities.get(authorityName);
1301 Log.v(TAG, tag + ": unknown authority " + authorityName);
1311 String authorityName, int ident, boolean doWrite) {
1317 AuthorityInfo authority = account.authorities.get(authorityName);
1326 + ", provider " + authorityName);
1310 getOrCreateAuthorityLocked(Account accountName, String authorityName, int ident, boolean doWrite) argument
1339 removeAuthorityLocked(Account account, String authorityName, boolean doWrite) argument
[all...]

Completed in 36 milliseconds