Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl73 int tether(String iface, String callerPkg); in tether() method
DConnectivityManager.java2038 public int tether(String iface) { in tether() method in ConnectivityManager
2042 return mService.tether(iface, pkgName); in tether()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java574 public int tether(String iface) { in tether() method in Tethering
575 return tether(iface, IControlsTethering.STATE_TETHERED); in tether()
578 private int tether(String iface, int requestedState) { in tether() method in Tethering
991 result = tether(ifname, requestedState); in changeInterfaceState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DConnectivityServiceMock.java537 public int tether(String iface, String callerPkg) { in tether() method in ConnectivityServiceMock
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2884 public int tether(String iface, String callerPkg) { in tether() method in ConnectivityService
2887 final int status = mTethering.tether(iface); in tether()
5523 for (String tether : getTetheredIfaces()) { in factoryReset()
5524 untether(tether, pkgName); in factoryReset()
/frameworks/base/config/
Dboot-image-profile.txt27182 HSPLandroid/net/IConnectivityManager;->tether(Ljava/lang/String;Ljava/lang/String;)I