Home | History | Annotate | Download | only in content

Lines Matching refs:authorityName

1067             String authorityName, long now, int source, boolean initialization, Bundle extras) {
1072 + " auth=" + authorityName + " source=" + source);
1074 AuthorityInfo authority = getAuthorityLocked(accountName, userId, authorityName,
1356 * @param authorityName The name of the authority itself.
1360 private AuthorityInfo getAuthorityLocked(Account accountName, int userId, String authorityName,
1372 AuthorityInfo authority = accountInfo.authorities.get(authorityName);
1376 Log.v(TAG, tag + ": unknown authority " + authorityName);
1386 String authorityName, int ident, boolean doWrite) {
1393 AuthorityInfo authority = account.authorities.get(authorityName);
1403 + ", provider " + authorityName);
1405 authority = new AuthorityInfo(accountName, userId, authorityName, ident);
1406 account.authorities.put(authorityName, authority);
1416 private void removeAuthorityLocked(Account account, int userId, String authorityName,
1420 final AuthorityInfo authorityInfo = accountInfo.authorities.remove(authorityName);
1650 String authorityName = parser.getAttributeValue(null, "authority");
1663 + accountName + " auth=" + authorityName
1670 new Account(accountName, accountType), userId, authorityName, id, false);
1690 + accountName + " auth=" + authorityName
1907 String authorityName = c.getString(c.getColumnIndex("authority"));
1910 authorityName, -1, false);