Searched defs:mIfaces (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 field in class:Tethering
146 mIfaces = new HashMap<String, TetherInterfaceSM>();
223 TetherInterfaceSM sm = mIfaces.get(iface);
227 mIfaces.put(iface, sm);
237 mIfaces.remove(iface);
295 TetherInterfaceSM sm = mIfaces.get(iface);
301 mIfaces.put(iface, sm);
309 TetherInterfaceSM sm = mIfaces.get(iface);
317 mIfaces.remove(iface);
329 sm = mIfaces
[all...]

Completed in 482 milliseconds