Home
last modified time | relevance | path

Searched refs:newAccountList (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapEmailAppObserver.java88 ArrayList<BluetoothMapEmailSettingsItem> newAccountList = mLoader.parseAccounts(app); in handleAccountChanges() local
91 (ArrayList<BluetoothMapEmailSettingsItem>)newAccountList.clone(); in handleAccountChanges()
94 mFullList.put(app, newAccountList); in handleAccountChanges()
95 for(BluetoothMapEmailSettingsItem newAcc: newAccountList){ in handleAccountChanges()
212 … ArrayList<BluetoothMapEmailSettingsItem> newAccountList = mLoader.parseAccounts(app); in createReceiver()
213 mFullList.put(app, newAccountList); in createReceiver()
DBluetoothMapService.java608 … ArrayList<BluetoothMapEmailSettingsItem> newAccountList = mAppObserver.getEnabledAccountItems(); in updateMasInstancesHandler() local
613 for(BluetoothMapEmailSettingsItem account: newAccountList) { in updateMasInstancesHandler()
652 mEnabledAccounts = newAccountList; in updateMasInstancesHandler()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DAccountUtils.java44 List<Account> newAccountList = new ArrayList<Account>(); in mergeAccountLists() local
59 newAccountList.add(accounts[i]); in mergeAccountLists()
62 return newAccountList; in mergeAccountLists()
/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java781 final Set<Long> newAccountList = new HashSet<Long>(); in onChange() local
791 newAccountList.add(accountId); in onChange()
800 if (!newAccountList.remove(accountId)) { in onChange()
806 for (final long accountId : newAccountList) { in onChange()