Searched refs:ifaceList (Results 1 – 2 of 2) sorted by relevance
217 String[] ifaceList = getInterfaceList(); in getInterface() local218 if (ifaceList.length > 0) { in getInterface()219 return getInterface(ifaceList[0]); in getInterface()
291 String ifaceList[] = mNetMgr.listInterfaces(); in reevaluateServiceState() local292 if (null != ifaceList) { in reevaluateServiceState()293 for (String iface : ifaceList) { in reevaluateServiceState()