Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java130 private HashMap<BluetoothMapAccountItem, BluetoothMapMasInstance> mMasInstanceMap = field in BluetoothMapService
780 BluetoothMapMasInstance masInst = mMasInstanceMap.remove(account); in updateMasInstancesHandler()
800 mMasInstanceMap.put(account, newInst); in updateMasInstancesHandler()
856 mMasInstanceMap.put(null, smsMmsInst); in createMasInstances()
865 mMasInstanceMap.put(account, newInst); in createMasInstances()
1357 for (BluetoothMapAccountItem key : mMasInstanceMap.keySet()) { in dump()
1358 println(sb, " " + key + " : " + mMasInstanceMap.get(key)); in dump()