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