Searched defs:getPreferences (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DMailAppProvider.java298 return getPreferences().getString(LAST_VIEWED_ACCOUNT_KEY, null);
305 final SharedPreferences.Editor editor = getPreferences().edit();
315 return getPreferences().getString(LAST_SENT_FROM_ACCOUNT_KEY, null);
323 final SharedPreferences.Editor editor = getPreferences().edit();
331 final String accountsJson = getPreferences().getString(ACCOUNT_LIST_KEY, null);
385 final SharedPreferences.Editor editor = getPreferences().edit();
390 private SharedPreferences getPreferences() { method in class:MailAppProvider
/packages/apps/Email/src/com/android/email/
H A DPreferences.java99 public static synchronized Preferences getPreferences(Context context) { method in class:Preferences
107 return getPreferences(context).mSharedPreferences;
111 return getPreferences(context).mSharedPreferences.getString(ACCOUNT_UUIDS, null);
115 getPreferences(context).mSharedPreferences.edit().remove(ACCOUNT_UUIDS).apply();
/packages/apps/Browser/src/com/android/browser/
H A DBrowserSettings.java531 public SharedPreferences getPreferences() { method in class:BrowserSettings

Completed in 69 milliseconds