Home | History | Annotate | Download | only in connectivity

Lines Matching defs:ifaces

101     private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces
386 Set ifaces = mIfaces.keySet();
387 for (Object iface : ifaces) {
527 String[] ifaces = new String[0];
529 ifaces = mNMService.listInterfaces();
534 for (String iface : ifaces) {
550 String[] ifaces = new String[0];
552 ifaces = mNMService.listInterfaces();
557 for (String iface : ifaces) {