Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java100 ArrayList<BluetoothMapAccountItem> newAccountList = mLoader.parseAccounts(app); in handleAccountChanges() local
103 (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()
DBluetoothMapService.java768 ArrayList<BluetoothMapAccountItem> newAccountList = mAppObserver.getEnabledAccountItems(); in updateMasInstancesHandler() local
771 for (BluetoothMapAccountItem account : newAccountList) { in updateMasInstancesHandler()
807 mEnabledAccounts = newAccountList; in updateMasInstancesHandler()