Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java787 BluetoothMapMasInstance newInst = in updateMasInstancesHandler() local
789 mMasInstances.append(masId, newInst); in updateMasInstancesHandler()
790 mMasInstanceMap.put(account, newInst); in updateMasInstancesHandler()
793 newInst.startSocketListeners(); in updateMasInstancesHandler()
852 BluetoothMapMasInstance newInst = in createMasInstances() local
854 mMasInstances.append(masId, newInst); in createMasInstances()
855 mMasInstanceMap.put(account, newInst); in createMasInstances()