Searched refs:tether (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIConnectivityManager.aidl58 int tether(String iface);
H A DConnectivityManager.java439 public int tether(String iface) { method in class:ConnectivityManager
441 return mService.tether(iface);
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java1461 public int tether(String iface) { method in class:ConnectivityService
1465 return mTethering.tether(iface);
1529 // if ro.tether.denied = true we default to no tethering
1534 int defaultVal = (SystemProperties.get("ro.tether.denied").equals("true") ? 0 : 1);
H A DWifiService.java325 if(mCm.tether(intf) != ConnectivityManager.TETHER_ERROR_NO_ERROR) {
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java108 // whether we can tether is the && of these two - they come in as separate
261 public int tether(String iface) { method in class:Tethering
621 // notification from the master SM that it's not in tether mode
623 // request from the user that it wants to tether

Completed in 871 milliseconds