Searched defs:getPreferences (Results 1 - 2 of 2) sorted by path

/packages/apps/Browser/src/com/android/browser/
H A DBrowserSettings.java578 public SharedPreferences getPreferences() { method in class:BrowserSettings
/packages/apps/Email/src/com/android/email/
H A DPreferences.java98 public static synchronized Preferences getPreferences(Context context) { method in class:Preferences
106 return getPreferences(context).mSharedPreferences;
110 return getPreferences(context).mSharedPreferences.getString(ACCOUNT_UUIDS, null);
114 getPreferences(context).mSharedPreferences.edit().remove(ACCOUNT_UUIDS).apply();

Completed in 73 milliseconds