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/
DBluetoothMapAppObserver.java91 ArrayList<BluetoothMapAccountItem> newAccountList = mLoader.parseAccounts(app); in handleAccountChanges() local
94 (ArrayList<BluetoothMapAccountItem>)newAccountList.clone(); in handleAccountChanges()
102 mFullList.put(app, newAccountList); in handleAccountChanges()
103 for(BluetoothMapAccountItem newAcc: newAccountList){ in handleAccountChanges()
268 ArrayList<BluetoothMapAccountItem> newAccountList = in createReceiver()
270 mFullList.put(app, newAccountList); in createReceiver()
DBluetoothMapService.java683 ArrayList<BluetoothMapAccountItem> newAccountList = in updateMasInstancesHandler() local
690 for(BluetoothMapAccountItem account: newAccountList) { in updateMasInstancesHandler()
729 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()