Home | History | Annotate | Download | only in utils

Lines Matching defs:accountPreferences

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);
771 final AccountPreferences accountPreferences =
772 new AccountPreferences(context, account.getAccountId());
773 if (accountPreferences.areNotificationsEnabled()) {
1998 * to be stored in {@link AccountPreferences}. If it is still there, we need to move it to the
2001 public static void moveNotificationSetting(final AccountPreferences accountPreferences,
2003 if (accountPreferences.isDefaultInboxNotificationsEnabledSet()) {
2007 accountPreferences.getDefaultInboxNotificationsEnabled();
2012 accountPreferences.clearDefaultInboxNotificationsEnabled();