Searched refs:tether (Results 1 – 5 of 5) sorted by relevance
77 int tether(String iface); in tether() method
919 public int tether(String iface) { in tether() method in ConnectivityManager921 return mService.tether(iface); in tether()
326 public int tether(String iface) { in tether() method in Tethering535 int result = (enable ? tether(iface) : untether(iface)); in tetherUsb()
2832 public int tether(String iface) { in tether() method in ConnectivityService2836 return mTethering.tether(iface); in tether()
1223 if(mCm.tether(intf) != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in startTethering()