Home | History | Annotate | Download | only in accounts

Lines Matching refs:AccountPreference

33 import com.android.settings.AccountPreference;
94 if (preference instanceof AccountPreference) {
95 startAccountSettings((AccountPreference) preference);
102 private void startAccountSettings(AccountPreference acctPref) {
122 if (parent.getPreference(i) instanceof AccountPreference) {
152 final AccountPreference preference =
153 new AccountPreference(getActivity(), account, icon, auths, true);
166 if (pref instanceof AccountPreference) {
167 AccountPreference accPref = (AccountPreference)