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.java876 String chosenIface = null; in tetherMatchingInterfaces() local
880 chosenIface = iface; in tetherMatchingInterfaces()
885 if (chosenIface == null) { in tetherMatchingInterfaces()
890 changeInterfaceState(chosenIface, requestedState); in tetherMatchingInterfaces()