Searched refs:tether (Results 1 – 6 of 6) sorted by relevance
665 public int tether(String iface) { in tether() method in ConnectivityManager667 return mService.tether(iface); in tether()
75 int tether(String iface); in tether() method
391 if (cm.tether(iface) != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in enableTethering()
321 public int tether(String iface) { in tether() method in Tethering521 int result = (enable ? tether(iface) : untether(iface)); in tetherUsb()
2569 public int tether(String iface) { in tether() method in ConnectivityService2573 return mTethering.tether(iface); in tether()
1222 if(mCm.tether(intf) != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in startTethering()