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

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

Completed in 67 milliseconds