Home
last modified time | relevance | path

Searched refs:accountPreferences (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java422 final AccountPreferences accountPreferences = new AccountPreferences(context, in validateAccountNotifications() local
424 final boolean enabled = accountPreferences.areNotificationsEnabled(); in validateAccountNotifications()
683 final AccountPreferences accountPreferences = in validateNotifications() local
685 moveNotificationSetting(accountPreferences, folderPreferences); in validateNotifications()
771 final AccountPreferences accountPreferences = in validateNotifications() local
773 if (accountPreferences.areNotificationsEnabled()) { in validateNotifications()
2001 public static void moveNotificationSetting(final AccountPreferences accountPreferences, in moveNotificationSetting() argument
2003 if (accountPreferences.isDefaultInboxNotificationsEnabledSet()) { in moveNotificationSetting()
2007 accountPreferences.getDefaultInboxNotificationsEnabled(); in moveNotificationSetting()
2012 accountPreferences.clearDefaultInboxNotificationsEnabled(); in moveNotificationSetting()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationSyncDisabledTipView.java128 Account account, AccountPreferences accountPreferences) {
131 accountPreferences.resetNumOfDismissesForAccountSyncOff();
149 accountPreferences.resetNumOfDismissesForAccountSyncOff();
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettingsFragment.java638 final AccountPreferences accountPreferences = in loadSettings() local
642 accountPreferences, mInboxFolderPreferences); in loadSettings()