Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl72 int tether(String iface); in tether() method
DConnectivityManager.java1918 public int tether(String iface) { in tether() method in ConnectivityManager
1920 return mService.tether(iface); in tether()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java204 when(mConnectivityManager.tether(TEST_INTERFACE_NAME)) in announceAvailableForTethering()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java233 if (mConnectivityManager.tether(intf) in startTethering()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DConnectivityServiceMock.java597 public int tether(String iface) { in tether() method in ConnectivityServiceMock
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java577 public int tether(String iface) { in tether() method in Tethering
803 int result = (enable ? tether(iface) : untether(iface)); in tetherUsb()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2674 public int tether(String iface) { in tether() method in ConnectivityService
2677 final int status = mTethering.tether(iface); in tether()
5181 for (String tether : getTetheredIfaces()) { in factoryReset()
5182 untether(tether); in factoryReset()