Home | History | Annotate | Download | only in app

Lines Matching defs:mMinLength

544         private EditTextPreference mMinLength;
559 mMinLength = (EditTextPreference) findPreference(KEY_MIN_LENGTH);
568 mMinLength.setOnPreferenceChangeListener(this);
600 mMinLength.setSummary(localGlobalSummary(local, global));
639 } else if (preference == mMinLength) {