Home | History | Annotate | Download | only in app

Lines Matching defs:mHistory

677         private EditTextPreference mHistory;
687 mHistory = (EditTextPreference) findPreference(KEY_HISTORY);
691 mHistory.setOnPreferenceChangeListener(this);
712 mHistory.setSummary(localGlobalSummary(local, global));
740 if (preference == mHistory) {