Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java891 String chosenIface = null; in tetherMatchingInterfaces() local
895 chosenIface = iface; in tetherMatchingInterfaces()
900 if (chosenIface == null) { in tetherMatchingInterfaces()
905 changeInterfaceState(chosenIface, requestedState); in tetherMatchingInterfaces()