Searched refs:newAccountList (Results 1 – 4 of 4) sorted by relevance
100 ArrayList<BluetoothMapAccountItem> newAccountList = mLoader.parseAccounts(app); in handleAccountChanges() local103 (ArrayList<BluetoothMapAccountItem>) newAccountList.clone(); in handleAccountChanges()113 mFullList.put(app, newAccountList); in handleAccountChanges()114 for (BluetoothMapAccountItem newAcc : newAccountList) { in handleAccountChanges()310 ArrayList<BluetoothMapAccountItem> newAccountList = in createReceiver()312 mFullList.put(app, newAccountList); in createReceiver()
699 ArrayList<BluetoothMapAccountItem> newAccountList = mAppObserver.getEnabledAccountItems(); in updateMasInstancesHandler() local702 for (BluetoothMapAccountItem account : newAccountList) { in updateMasInstancesHandler()738 mEnabledAccounts = newAccountList; in updateMasInstancesHandler()
44 List<Account> newAccountList = new ArrayList<Account>(); in mergeAccountLists() local59 newAccountList.add(accounts[i]); in mergeAccountLists()62 return newAccountList; in mergeAccountLists()
781 final Set<Long> newAccountList = new HashSet<Long>(); in onChange() local791 newAccountList.add(accountId); in onChange()800 if (!newAccountList.remove(accountId)) { in onChange()806 for (final long accountId : newAccountList) { in onChange()