Home
last modified time | relevance | path

Searched defs:stopTethering (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/
DINetworkManagementService.aidl156 void stopTethering(); in stopTethering() method
/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl92 void stopTethering(int type, String callerPkg); in stopTethering() method
DConnectivityManager.java2585 public void stopTethering(int type) { in stopTethering() method in ConnectivityManager
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java389 public void stopTethering(int type) { in stopTethering() method in Tethering
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java1027 public void stopTethering() { in stopTethering() method in NetworkManagementService
DConnectivityService.java4004 public void stopTethering(int type, String callerPkg) { in stopTethering() method in ConnectivityService