Home | History | Annotate | Download | only in list

Lines Matching refs:mAccounts

546         private AccountSet mAccounts;
557 mAccounts = accounts;
604 final AccountDisplay account = mAccounts.get(groupPosition);
627 final AccountDisplay account = mAccounts.get(groupPosition);
651 final AccountDisplay account = mAccounts.get(groupPosition);
658 return mAccounts.get(groupPosition);
663 if (mAccounts == null) {
666 return mAccounts.size();
831 if (mAdapter == null || mAdapter.mAccounts == null) {
838 final ArrayList<ContentProviderOperation> diff = mAdapter.mAccounts.buildDiff();