Searched refs:RECENT_ACCOUNTS (Results 1 – 1 of 1) sorted by relevance
121 public static final String RECENT_ACCOUNTS = "recent-accounts"; field in MailPrefs.PreferenceKeys567 return getSharedPreferences().getStringSet(PreferenceKeys.RECENT_ACCOUNTS, null); in getRecentAccounts()571 getEditor().putStringSet(PreferenceKeys.RECENT_ACCOUNTS, recentAccounts).apply(); in setRecentAccounts()