Home | History | Annotate | Download | only in content

Lines Matching refs:ainfo

843                 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId);
844 if (ainfo != null && ainfo.account.equals(account)
845 && ainfo.authority.equals(authority)
846 && ainfo.userId == userId) {
1273 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId);
1275 if (ainfo != null && ainfo.authority.equals(authority)
1276 && ainfo.userId == userId
1277 && account.equals(ainfo.account)) {
1293 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId);
1294 if (ainfo == null) {
1297 if (userId != ainfo.userId) {
1300 if (account != null && !ainfo.account.equals(account)) {
1303 if (ainfo.authority.equals(authority) && cur.pending) {