Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java129 private HashMap<BluetoothMapAccountItem, BluetoothMapMasInstance> mMasInstanceMap = field in BluetoothMapService
804 BluetoothMapMasInstance masInst = mMasInstanceMap.remove(account); in updateMasInstancesHandler()
820 mMasInstanceMap.put(account, newInst); in updateMasInstancesHandler()
882 mMasInstanceMap.put(null, smsMmsInst); in createMasInstances()
891 mMasInstanceMap.put(account, newInst); in createMasInstances()
1480 for (BluetoothMapAccountItem key : mMasInstanceMap.keySet()) { in dump()
1481 println(sb, " " + key + " : " + mMasInstanceMap.get(key)); in dump()