Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl77 int tether(String iface); in tether() method
DConnectivityManager.java919 public int tether(String iface) { in tether() method in ConnectivityManager
921 return mService.tether(iface); in tether()
/frameworks/base/services/java/com/android/server/connectivity/
DTethering.java326 public int tether(String iface) { in tether() method in Tethering
535 int result = (enable ? tether(iface) : untether(iface)); in tetherUsb()
/frameworks/base/services/java/com/android/server/
DConnectivityService.java2832 public int tether(String iface) { in tether() method in ConnectivityService
2836 return mTethering.tether(iface); in tether()
/frameworks/base/wifi/java/android/net/wifi/
DWifiStateMachine.java1223 if(mCm.tether(intf) != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in startTethering()