Searched refs:PhoneAccountSelectionFragment (Results 1 – 2 of 2) sorted by relevance
207 voicemailSettings.fragment = PhoneAccountSelectionFragment.class.getName(); in addVoicemailSettings()210 PhoneAccountSelectionFragment.PARAM_TARGET_FRAGMENT, in addVoicemailSettings()213 PhoneAccountSelectionFragment.PARAM_PHONE_ACCOUNT_HANDLE_KEY, in addVoicemailSettings()215 bundle.putBundle(PhoneAccountSelectionFragment.PARAM_ARGUMENTS, new Bundle()); in addVoicemailSettings()217 PhoneAccountSelectionFragment.PARAM_TARGET_TITLE_RES, R.string.voicemail_settings_label); in addVoicemailSettings()
37 public class PhoneAccountSelectionFragment extends PreferenceFragment { class