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.java797 BluetoothMapMasInstance newInst = in updateMasInstancesHandler() local
799 mMasInstances.append(masId, newInst); in updateMasInstancesHandler()
800 mMasInstanceMap.put(account, newInst); in updateMasInstancesHandler()
803 newInst.startSocketListeners(); in updateMasInstancesHandler()
862 BluetoothMapMasInstance newInst = in createMasInstances() local
864 mMasInstances.append(masId, newInst); in createMasInstances()
865 mMasInstanceMap.put(account, newInst); in createMasInstances()