Searched refs:numInterfaces (Results 1 – 3 of 3) sorted by relevance
73 int numInterfaces = getNumInterfaces(); in report() local75 sb.append("" + numInterfaces + " Interfaces"); in report()76 if (numInterfaces > 0) { in report()80 for (int index = 0; index < numInterfaces; index++) { in report()82 if (index < numInterfaces - 1) { in report()
47 int numInterfaces = device.getInterfaceCount(); in possiblyAndroid() local48 for (int i = 0; i < numInterfaces; i++) { in possiblyAndroid()
100 int numInterfaces = configuration.getInterfaceCount(); in writeConfiguration() local101 for (int i = 0; i < numInterfaces; i++) { in writeConfiguration()