Searched defs:tether (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/
H A DConnectivityManager.java634 public int tether(String iface) { method in class:ConnectivityManager
636 return mService.tether(iface);
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java321 public int tether(String iface) { method in class:Tethering
521 int result = (enable ? tether(iface) : untether(iface));
734 // notification from the master SM that it's not in tether mode
736 // request from the user that it wants to tether
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2492 public int tether(String iface) { method in class:ConnectivityService
2496 return mTethering.tether(iface);
2584 // if ro.tether.denied = true we default to no tethering
2589 int defaultVal = (SystemProperties.get("ro.tether.denied").equals("true") ? 0 : 1);

Completed in 102 milliseconds