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

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DAccountPreferences.java28 public class AccountPreferences extends VersionedPrefs { class in inherits:VersionedPrefs
32 private static Map<String, AccountPreferences> mInstances = Maps.newHashMap();
63 public AccountPreferences(final Context context, final String account) { method in class:AccountPreferences
71 public static synchronized AccountPreferences get(Context context, String accountEmail) {
72 AccountPreferences pref = mInstances.get(accountEmail);
74 pref = new AccountPreferences(context, accountEmail);

Completed in 166 milliseconds