Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DMailPrefs.java121 public static final String RECENT_ACCOUNTS = "recent-accounts"; field in MailPrefs.PreferenceKeys
567 return getSharedPreferences().getStringSet(PreferenceKeys.RECENT_ACCOUNTS, null); in getRecentAccounts()
571 getEditor().putStringSet(PreferenceKeys.RECENT_ACCOUNTS, recentAccounts).apply(); in setRecentAccounts()