Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringInterfaceUtils.java45 final String if6 = getIPv6Interface(ns); in getTetheringInterfaces()
54 public static @Nullable String getIPv6Interface(NetworkState ns) { in getIPv6Interface() method in TetheringInterfaceUtils
DIPv6TetheringCoordinator.java120 if (TetheringInterfaceUtils.getIPv6Interface(ns) == null) { in updateUpstreamNetworkState()