Home | History | Annotate | Download | only in content

Lines Matching refs:acc

1178                 AccountInfo acc = accIt.next();
1179 if (!ArrayUtils.contains(accounts, acc.accountAndUser.account)
1180 && acc.accountAndUser.userId == userId) {
1183 Log.v(TAG, "Account removed: " + acc.accountAndUser);
1185 for (AuthorityInfo auth : acc.authorities.values()) {