Home | History | Annotate | Download | only in connectivity

Lines Matching defs:ifaces

107     private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces
392 Set ifaces = mIfaces.keySet();
393 for (Object iface : ifaces) {
534 String[] ifaces = new String[0];
536 ifaces = mNMService.listInterfaces();
541 for (String iface : ifaces) {
557 String[] ifaces = new String[0];
559 ifaces = mNMService.listInterfaces();
564 for (String iface : ifaces) {
1457 Set ifaces = mIfaces.keySet();
1458 for (Object iface : ifaces) {