Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java865 changeInterfaceState(ifname, ipServingMode); in enableWifiIpServingLocked()
905 changeInterfaceState(chosenIface, requestedState); in tetherMatchingInterfaces()
908 private void changeInterfaceState(String ifname, int requestedState) { in changeInterfaceState() method in Tethering