Home
last modified time | relevance | path

Searched refs:LOCALE_NOTIFICATION (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleNotificationDataManager.java37 public static final String LOCALE_NOTIFICATION = "locale_notification"; field in LocaleNotificationDataManager
52 return new SharedPreferencesStorage(context, LOCALE_NOTIFICATION, Context.MODE_PRIVATE); in getSharedPreferencesStorage()
56 return context.getSharedPreferences(LOCALE_NOTIFICATION, Context.MODE_PRIVATE); in getSharedPreferences()