Searched refs:TetherInterfaceSM (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java104 private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces
146 mIfaces = new HashMap<String, TetherInterfaceSM>();
223 TetherInterfaceSM sm = mIfaces.get(iface);
226 sm = new TetherInterfaceSM(iface, mLooper, usb);
236 sm.sendMessage(TetherInterfaceSM.CMD_INTERFACE_DOWN);
295 TetherInterfaceSM sm = mIfaces.get(iface);
300 sm = new TetherInterfaceSM(iface, mLooper, usb);
309 TetherInterfaceSM sm = mIfaces.get(iface);
316 sm.sendMessage(TetherInterfaceSM.CMD_INTERFACE_DOWN);
327 TetherInterfaceSM s
745 class TetherInterfaceSM extends StateMachine { class in class:Tethering
788 TetherInterfaceSM(String name, Looper looper, boolean usb) { method in class:Tethering.TetherInterfaceSM
[all...]

Completed in 177 milliseconds