Searched refs:tether (Results 1 – 6 of 6) sorted by relevance
73 int tether(String iface, String callerPkg); in tether() method
2038 public int tether(String iface) { in tether() method in ConnectivityManager2042 return mService.tether(iface, pkgName); in tether()
574 public int tether(String iface) { in tether() method in Tethering575 return tether(iface, IControlsTethering.STATE_TETHERED); in tether()578 private int tether(String iface, int requestedState) { in tether() method in Tethering991 result = tether(ifname, requestedState); in changeInterfaceState()
537 public int tether(String iface, String callerPkg) { in tether() method in ConnectivityServiceMock
2884 public int tether(String iface, String callerPkg) { in tether() method in ConnectivityService2887 final int status = mTethering.tether(iface); in tether()5523 for (String tether : getTetheredIfaces()) { in factoryReset()5524 untether(tether, pkgName); in factoryReset()
27182 HSPLandroid/net/IConnectivityManager;->tether(Ljava/lang/String;Ljava/lang/String;)I