Searched refs:newAccountList (Results 1 – 2 of 2) sorted by relevance
88 ArrayList<BluetoothMapAccountItem> newAccountList = mLoader.parseAccounts(app); in handleAccountChanges() local91 (ArrayList<BluetoothMapAccountItem>) newAccountList.clone(); in handleAccountChanges()101 mFullList.put(app, newAccountList); in handleAccountChanges()102 for (BluetoothMapAccountItem newAcc : newAccountList) { in handleAccountChanges()305 ArrayList<BluetoothMapAccountItem> newAccountList = in createReceiver()307 mFullList.put(app, newAccountList); in createReceiver()
792 ArrayList<BluetoothMapAccountItem> newAccountList = mAppObserver.getEnabledAccountItems(); in updateMasInstancesHandler() local795 for (BluetoothMapAccountItem account : newAccountList) { in updateMasInstancesHandler()827 mEnabledAccounts = newAccountList; in updateMasInstancesHandler()