Searched refs:PREFERENCE_NAME (Results 1 – 2 of 2) sorted by relevance
39 private static final String PREFERENCE_NAME = "important_notice_pref"; field in ImportantNoticeUtils74 return context.getSharedPreferences(PREFERENCE_NAME, Context.MODE_PRIVATE); in getImportantNoticePreferences()
88 private static final String PREFERENCE_NAME = "account_name"; field in AccountSettingsFragment308 } else if (key.equals(PREFERENCE_NAME)) { in onPreferenceChange()661 mAccountName = (EditTextPreference) findPreference(PREFERENCE_NAME); in loadSettings()