Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java88 ArrayList<BluetoothMapAccountItem> newAccountList = mLoader.parseAccounts(app); in handleAccountChanges() local
91 (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()
DBluetoothMapService.java792 ArrayList<BluetoothMapAccountItem> newAccountList = mAppObserver.getEnabledAccountItems(); in updateMasInstancesHandler() local
795 for (BluetoothMapAccountItem account : newAccountList) { in updateMasInstancesHandler()
827 mEnabledAccounts = newAccountList; in updateMasInstancesHandler()