Searched refs:accountPreference (Results 1 – 1 of 1) sorted by relevance
324 Preference accountPreference = new Preference(getActivity()); in initAccountList() local325 accountPreference.setTitle(label); in initAccountList()326 accountPreference.setIntent(intent); in initAccountList()327 mAccountList.addPreference(accountPreference); in initAccountList()