Home | History | Annotate | Download | only in content

Lines Matching defs:authorities

180         final HashMap<String, AuthorityInfo> authorities =
273 // Primary list of all syncable authorities. Also our global lock.
575 for (AuthorityInfo authorityInfo : accountInfo.authorities.values()) {
609 for (AuthorityInfo authorityInfo : accountInfo.authorities.values()) {
945 for (AuthorityInfo auth : acc.authorities.values()) {
1213 * Return an array of the current sync status for all authorities. Note
1229 * Return an array of the current authorities. Note
1274 * Return true if the pending status is true of any matching authorities.
1300 * Return an array of the current sync status for all authorities. Note
1360 AuthorityInfo authority = accountInfo.authorities.get(authorityName);
1381 AuthorityInfo authority = account.authorities.get(authorityName);
1394 account.authorities.put(authorityName, authority);
1408 final AuthorityInfo authorityInfo = accountInfo.authorities.remove(authorityName);