Searched refs:mIfaces (Results 1 – 1 of 1) sorted by relevance
129 private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces field in Tethering177 mIfaces = new HashMap<String, TetherInterfaceSM>(); in Tethering()264 TetherInterfaceSM sm = mIfaces.get(iface); in interfaceStatusChanged()268 mIfaces.put(iface, sm); in interfaceStatusChanged()278 mIfaces.remove(iface); in interfaceStatusChanged()337 TetherInterfaceSM sm = mIfaces.get(iface); in interfaceAdded()343 mIfaces.put(iface, sm); in interfaceAdded()352 TetherInterfaceSM sm = mIfaces.get(iface); in interfaceRemoved()360 mIfaces.remove(iface); in interfaceRemoved()581 sm = mIfaces.get(iface); in tether()[all …]