Searched refs:PREFERENCE_SIGNATURE (Results 1 – 1 of 1) sorted by relevance
89 private static final String PREFERENCE_SIGNATURE = "account_signature"; field in AccountSettingsFragment315 } else if (key.equals(PREFERENCE_SIGNATURE)) { in onPreferenceChange()672 mAccountSignature = (EditTextPreference) findPreference(PREFERENCE_SIGNATURE); in loadSettings()