Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java106 private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces field in Tethering
149 mIfaces = new HashMap<String, TetherInterfaceSM>(); in Tethering()
231 TetherInterfaceSM sm = mIfaces.get(iface); in interfaceStatusChanged()
235 mIfaces.put(iface, sm); in interfaceStatusChanged()
245 mIfaces.remove(iface); in interfaceStatusChanged()
303 TetherInterfaceSM sm = mIfaces.get(iface); in interfaceAdded()
309 mIfaces.put(iface, sm); in interfaceAdded()
317 TetherInterfaceSM sm = mIfaces.get(iface); in interfaceRemoved()
325 mIfaces.remove(iface); in interfaceRemoved()
333 sm = mIfaces.get(iface); in tether()
[all …]