Searched refs:setSummaryOn (Results 1 – 6 of 6) sorted by relevance
117 public void setSummaryOn(CharSequence summary) { in setSummaryOn() method in TwoStatePreference128 public void setSummaryOn(@StringRes int summaryResId) { in setSummaryOn() method in TwoStatePreference129 setSummaryOn(getContext().getString(summaryResId)); in setSummaryOn()
54 setSummaryOn(a.getString(com.android.internal.R.styleable.CheckBoxPreference_summaryOn)); in CheckBoxPreference()
87 setSummaryOn(a.getString(com.android.internal.R.styleable.SwitchPreference_summaryOn)); in SwitchPreference()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
22837 method public void setSummaryOn(java.lang.CharSequence);22838 method public void setSummaryOn(int);
37873 method @Deprecated public void setSummaryOn(CharSequence);37874 method @Deprecated public void setSummaryOn(@StringRes int);