Home | History | Annotate | Download | only in accounts

Lines Matching refs:account

19 import android.accounts.Account;
136 public void onAccountsUpdated(Account[] accounts) {
141 final Account account = accounts[i];
142 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type);
156 final Drawable icon = getDrawableForType(account.type);
158 new AccountPreference(getActivity(), account, icon, auths, true);
160 preference.setSummary(getLabelForType(account.type));
168 // Update account icons for all account preference items