Searched refs:accountPreferences (Results 1 – 4 of 4) sorted by relevance
128 public ArrayMap<String, AccountTypePreference> accountPreferences = new ArrayMap<>(); field in AccountPreferenceController.ProfileData435 new ArrayMap<>(profileData.accountPreferences); in updateAccountTypes()444 if (!profileData.accountPreferences.containsKey(key)) { in updateAccountTypes()446 profileData.accountPreferences.put(key, preference); in updateAccountTypes()454 profileData.accountPreferences.get(key)); in updateAccountTypes()455 profileData.accountPreferences.remove(key); in updateAccountTypes()
128 Account account, AccountPreferences accountPreferences) {131 accountPreferences.resetNumOfDismissesForAccountSyncOff();149 accountPreferences.resetNumOfDismissesForAccountSyncOff();
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()
638 final AccountPreferences accountPreferences = in loadSettings() local642 accountPreferences, mInboxFolderPreferences); in loadSettings()