Searched refs:mMasInstanceMap (Results 1 – 2 of 2) sorted by relevance
133 private HashMap<BluetoothMapAccountItem, BluetoothMapMasInstance> mMasInstanceMap = field in BluetoothMapService699 BluetoothMapMasInstance masInst = mMasInstanceMap.remove(account); in updateMasInstancesHandler()721 mMasInstanceMap.put(account, newInst); in updateMasInstancesHandler()789 mMasInstanceMap.put(null, smsMmsInst); in createMasInstances()802 mMasInstanceMap.put(account, newInst); in createMasInstances()1278 for (BluetoothMapAccountItem key : mMasInstanceMap.keySet()) { in dump()1279 println(sb, " " + key + " : " + mMasInstanceMap.get(key)); in dump()
86405 mMasInstanceMap: