Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java793 ArrayList<BluetoothMapAccountItem> newAccounts = new ArrayList<>(); in updateMasInstancesHandler() local
797 newAccounts.add(account); in updateMasInstancesHandler()
814 for (BluetoothMapAccountItem account : newAccounts) { in updateMasInstancesHandler()