Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java769 ArrayList<BluetoothMapAccountItem> newAccounts = new ArrayList<>(); in updateMasInstancesHandler() local
773 newAccounts.add(account); in updateMasInstancesHandler()
792 for (BluetoothMapAccountItem account : newAccounts) { in updateMasInstancesHandler()