Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountListPreferenceController.java168 ArrayList<AccountPreference> accountPreferences = in getAccountPreferences() local
194 accountPreferences.add(preference); in getAccountPreferences()
201 if (accountPreferences.isEmpty()) { in getAccountPreferences()
207 Collections.sort(accountPreferences, Comparator.comparing( in getAccountPreferences()
211 return accountPreferences; in getAccountPreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountPreferenceController.java129 public ArrayMap<String, AccountTypePreference> accountPreferences = new ArrayMap<>(); field in AccountPreferenceController.ProfileData
433 new ArrayMap<>(profileData.accountPreferences); in updateAccountTypes()
442 if (!profileData.accountPreferences.containsKey(key)) { in updateAccountTypes()
444 profileData.accountPreferences.put(key, preference); in updateAccountTypes()
452 profileData.accountPreferences.get(key)); in updateAccountTypes()
453 profileData.accountPreferences.remove(key); in updateAccountTypes()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceController.java129 public ArrayMap<String, AccountTypePreference> accountPreferences = new ArrayMap<>(); field in AccountPreferenceController.ProfileData
433 new ArrayMap<>(profileData.accountPreferences); in updateAccountTypes()
442 if (!profileData.accountPreferences.containsKey(key)) { in updateAccountTypes()
444 profileData.accountPreferences.put(key, preference); in updateAccountTypes()
452 profileData.accountPreferences.get(key)); in updateAccountTypes()
453 profileData.accountPreferences.remove(key); in updateAccountTypes()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationSyncDisabledTipView.java128 Account account, AccountPreferences accountPreferences) {
131 accountPreferences.resetNumOfDismissesForAccountSyncOff();
149 accountPreferences.resetNumOfDismissesForAccountSyncOff();
/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/Email/src/com/android/email/activity/setup/
DAccountSettingsFragment.java638 final AccountPreferences accountPreferences = in loadSettings() local
642 accountPreferences, mInboxFolderPreferences); in loadSettings()