Home | History | Annotate | Download | only in app

Lines Matching refs:mHistory

648         private EditTextPreference mHistory;
658 mHistory = (EditTextPreference) findPreference(KEY_HISTORY);
662 mHistory.setOnPreferenceChangeListener(this);
683 mHistory.setSummary(localGlobalSummary(local, global));
711 if (preference == mHistory) {