Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringInterfaceUtils.java38 public static @Nullable InterfaceSet getTetheringInterfaces(NetworkState ns) { in getTetheringInterfaces() method in TetheringInterfaceUtils
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1230 ifaces = TetheringInterfaceUtils.getTetheringInterfaces(ns); in setUpstreamNetwork()