HomeSort by relevance Sort by last modified time
    Searched refs:AccountPreferences (Results 1 - 6 of 6) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
AccountPreferences.java 29 public class AccountPreferences extends VersionedPrefs {
33 private static Map<String, AccountPreferences> mInstances = Maps.newHashMap();
65 public AccountPreferences(final Context context, final String accountId) {
73 public static synchronized AccountPreferences get(Context context, Account account) {
75 AccountPreferences pref = mInstances.get(id);
77 pref = new AccountPreferences(context, id);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSyncDisabledTipView.java 35 import com.android.mail.preferences.AccountPreferences;
53 private AccountPreferences mAccountPreferences;
91 mAccountPreferences = AccountPreferences.get(getContext(), account);
128 Account account, AccountPreferences accountPreferences) {
131 accountPreferences.resetNumOfDismissesForAccountSyncOff();
149 accountPreferences.resetNumOfDismissesForAccountSyncOff();
ConversationsInOutboxTipView.java 34 import com.android.mail.preferences.AccountPreferences;
45 private AccountPreferences mAccountPreferences;
60 mAccountPreferences = AccountPreferences.get(getContext(), account);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCreationFragment.java 36 import com.android.mail.preferences.AccountPreferences;
206 new AccountPreferences(mAppContext, account.getEmailAddress())
AccountSettingsFragment.java 60 import com.android.mail.preferences.AccountPreferences;
638 final AccountPreferences accountPreferences =
639 new AccountPreferences(mContext, mUiAccount.getEmailAddress());
642 accountPreferences, mInboxFolderPreferences);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 56 import com.android.mail.preferences.AccountPreferences;
422 final AccountPreferences accountPreferences = new AccountPreferences(context,
424 final boolean enabled = accountPreferences.areNotificationsEnabled();
683 final AccountPreferences accountPreferences =
684 new AccountPreferences(context, account.getAccountId());
685 moveNotificationSetting(accountPreferences, folderPreferences);
    [all...]

Completed in 703 milliseconds