Searched refs:tether (Results 1 – 7 of 7) sorted by relevance
72 int tether(String iface); in tether() method
1918 public int tether(String iface) { in tether() method in ConnectivityManager1920 return mService.tether(iface); in tether()
204 when(mConnectivityManager.tether(TEST_INTERFACE_NAME)) in announceAvailableForTethering()
233 if (mConnectivityManager.tether(intf) in startTethering()
597 public int tether(String iface) { in tether() method in ConnectivityServiceMock
577 public int tether(String iface) { in tether() method in Tethering803 int result = (enable ? tether(iface) : untether(iface)); in tetherUsb()
2674 public int tether(String iface) { in tether() method in ConnectivityService2677 final int status = mTethering.tether(iface); in tether()5181 for (String tether : getTetheredIfaces()) { in factoryReset()5182 untether(tether); in factoryReset()