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

/packages/apps/Email/provider_src/com/android/email/
H A DPreferences.java35 public class Preferences { class
37 // Preferences file
40 // Preferences field names
87 private static Preferences sPreferences;
91 private Preferences(Context context) { method in class:Preferences
97 * Activity that initialized it. Do we lose ability to read Preferences in
101 public static synchronized Preferences getPreferences(Context context) {
103 sPreferences = new Preferences(context);

Completed in 26 milliseconds