Searched refs:mTopIntroTitle (Results 1 – 5 of 5) sorted by relevance
114 protected CharSequence mTopIntroTitle; field in ToggleFeaturePreferenceFragment410 mTopIntroTitle = arguments.getCharSequence(AccessibilitySettings.EXTRA_INTRO); in onProcessArguments()497 if (TextUtils.isEmpty(mTopIntroTitle)) { in initTopIntroPreference()502 mTopIntroPreference.setTitle(mTopIntroTitle); in initTopIntroPreference()
83 mTopIntroTitle = getText(R.string.reduce_bright_colors_preference_intro_text); in onCreateView()
74 mTopIntroTitle = getText(R.string.accessibility_display_inversion_preference_intro_text); in onCreateView()
104 mTopIntroTitle = getText(R.string.accessibility_daltonizer_about_intro_text); in onCreateView()
370 mFragment.mTopIntroTitle = DEFAULT_TOP_INTRO; in initTopIntroPreference_hasTopIntroTitle_shouldSetAsExpectedValue()