Searched refs:TetherInterfaceSM (Results 1 – 1 of 1) sorted by relevance
106 private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces149 mIfaces = new HashMap<String, TetherInterfaceSM>(); in Tethering()231 TetherInterfaceSM sm = mIfaces.get(iface); in interfaceStatusChanged()234 sm = new TetherInterfaceSM(iface, mLooper, usb); in interfaceStatusChanged()244 sm.sendMessage(TetherInterfaceSM.CMD_INTERFACE_DOWN); in interfaceStatusChanged()303 TetherInterfaceSM sm = mIfaces.get(iface); in interfaceAdded()308 sm = new TetherInterfaceSM(iface, mLooper, usb); in interfaceAdded()317 TetherInterfaceSM sm = mIfaces.get(iface); in interfaceRemoved()324 sm.sendMessage(TetherInterfaceSM.CMD_INTERFACE_DOWN); in interfaceRemoved()331 TetherInterfaceSM sm = null; in tether()[all …]