Home
last modified time | relevance | path

Searched refs:PARAM_TARGET_TITLE_RES (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/settings/
DPhoneAccountSelectionFragment.java58 public static final String PARAM_TARGET_TITLE_RES = "target_title_res"; field in PhoneAccountSelectionFragment
72 titleRes = getArguments().getInt(PARAM_TARGET_TITLE_RES, 0); in onCreate()
DDialerSettingsActivity.java217 PhoneAccountSelectionFragment.PARAM_TARGET_TITLE_RES, R.string.voicemail_settings_label); in addVoicemailSettings()