Searched refs:accountPreferences (Results 1 – 3 of 3) sorted by relevance
422 final AccountPreferences accountPreferences = new AccountPreferences(context, in validateAccountNotifications() local424 final boolean enabled = accountPreferences.areNotificationsEnabled(); in validateAccountNotifications()683 final AccountPreferences accountPreferences = in validateNotifications() local685 moveNotificationSetting(accountPreferences, folderPreferences); in validateNotifications()771 final AccountPreferences accountPreferences = in validateNotifications() local773 if (accountPreferences.areNotificationsEnabled()) { in validateNotifications()2001 public static void moveNotificationSetting(final AccountPreferences accountPreferences, in moveNotificationSetting() argument2003 if (accountPreferences.isDefaultInboxNotificationsEnabledSet()) { in moveNotificationSetting()2007 accountPreferences.getDefaultInboxNotificationsEnabled(); in moveNotificationSetting()2012 accountPreferences.clearDefaultInboxNotificationsEnabled(); in moveNotificationSetting()
128 Account account, AccountPreferences accountPreferences) {131 accountPreferences.resetNumOfDismissesForAccountSyncOff();149 accountPreferences.resetNumOfDismissesForAccountSyncOff();
638 final AccountPreferences accountPreferences = in loadSettings() local642 accountPreferences, mInboxFolderPreferences); in loadSettings()