Searched defs:untether (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/net/
H A DConnectivityManager.java717 public int untether(String iface) { method in class:ConnectivityManager
719 return mService.untether(iface);
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2846 public int untether(String iface) { method in class:ConnectivityService
2850 return mTethering.untether(iface);
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java343 public int untether(String iface) { method in class:Tethering
534 int result = (enable ? tether(iface) : untether(iface));
750 // request from the user that it wants to untether

Completed in 96 milliseconds