Searched refs:tether (Results 1 - 5 of 5) 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);
H A DIConnectivityManager.aidl76 int tether(String 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);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java178 /* Tracks sequence number on a tether notification time out */
280 /* Invoked when getting a tether state change notification */
282 /* A delayed message sent to indicate tether state change failed to arrive */
499 /* Soft ap is running and we are waiting for tether notification */
1276 if(mCm.tether(intf) != ConnectivityManager.TETHER_ERROR_NO_ERROR) {
1285 // We found no interfaces to tether
3932 loge("Failed to get tether update, shutdown soft access point");
4019 loge("Failed to get tether update, force stop access point");

Completed in 1709 milliseconds