Searched refs:newAccountList (Results 1 – 4 of 4) sorted by relevance
91 ArrayList<BluetoothMapAccountItem> newAccountList = mLoader.parseAccounts(app); in handleAccountChanges() local94 (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()
683 ArrayList<BluetoothMapAccountItem> newAccountList = in updateMasInstancesHandler() local690 for(BluetoothMapAccountItem account: newAccountList) { in updateMasInstancesHandler()729 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()