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

/frameworks/base/core/java/android/net/
H A DConnectivityManager.java705 public int tether(String iface) { method in class:ConnectivityManager
707 return mService.tether(iface);
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java325 public int tether(String iface) { method in class:Tethering
534 int result = (enable ? tether(iface) : untether(iface));
746 // notification from the master SM that it's not in tether mode
748 // request from the user that it wants to tether
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2835 public int tether(String iface) { method in class:ConnectivityService
2839 return mTethering.tether(iface);
2927 // if ro.tether.denied = true we default to no tethering
2932 int defaultVal = (SystemProperties.get("ro.tether.denied").equals("true") ? 0 : 1);

Completed in 596 milliseconds