Searched refs:mMasInstanceMap (Results 1 – 1 of 1) sorted by relevance
129 private HashMap<BluetoothMapAccountItem, BluetoothMapMasInstance> mMasInstanceMap = field in BluetoothMapService804 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()