Home | History | Annotate | Download | only in connectivity

Lines Matching defs:ifaces

102     private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces
388 Set ifaces = mIfaces.keySet();
389 for (Object iface : ifaces) {
512 String[] ifaces = new String[0];
514 ifaces = mNMService.listInterfaces();
519 for (String iface : ifaces) {
535 String[] ifaces = new String[0];
537 ifaces = mNMService.listInterfaces();
542 for (String iface : ifaces) {