Home
last modified time | relevance | path

Searched refs:isValidEthernetInterface (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetTracker.java196 if (!isValidEthernetInterface(ifname)) return; in processRtNetlinkLinkMessage()
426 if (isValidEthernetInterface(iface)) interfaceList.add(iface); in getInterfaceList()
709 if (!isValidEthernetInterface(iface)) { in maybeTrackInterface()
938 private boolean isValidEthernetInterface(String iface) { in isValidEthernetInterface() method in EthernetTracker