Searched refs:TetherInterfaceSM (Results 1 – 1 of 1) sorted by relevance
103 Tethering.class, TetherMasterSM.class, TetherInterfaceSM.class129 private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces177 mIfaces = new HashMap<String, TetherInterfaceSM>(); in Tethering()264 TetherInterfaceSM sm = mIfaces.get(iface); in interfaceStatusChanged()267 sm = new TetherInterfaceSM(iface, mLooper, usb); in interfaceStatusChanged()277 sm.sendMessage(TetherInterfaceSM.CMD_INTERFACE_DOWN); in interfaceStatusChanged()337 TetherInterfaceSM sm = mIfaces.get(iface); in interfaceAdded()342 sm = new TetherInterfaceSM(iface, mLooper, usb); in interfaceAdded()352 TetherInterfaceSM sm = mIfaces.get(iface); in interfaceRemoved()359 sm.sendMessage(TetherInterfaceSM.CMD_INTERFACE_DOWN); in interfaceRemoved()[all …]