Searched defs:tether (Results 1 – 10 of 10) sorted by relevance
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | TetheringService.java | 100 TetheringConnector(Tethering tether, TetheringService service) { in TetheringConnector() 106 public void tether(String iface, String callerPkg, String callingAttributionTag, in tether() method in TetheringService.TetheringConnector
|
H A D | Tethering.java | 785 void tether(String iface, int requestedState, final IIntResultListener listener) { in tether() method in Tethering 793 private int tether(String iface, int requestedState) { in tether() method in Tethering
|
/aosp12/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/ |
H A D | ITetheringConnector.aidl | 25 void tether(String iface, String callerPkg, String callingAttributionTag, in tether() method
|
H A D | TetheringManager.java | 490 public int tether(@NonNull final String iface) { in tether() method in TetheringManager
|
/aosp12/packages/modules/Connectivity/core/java/android/net/ |
H A D | IConnectivityManager.aidl | 80 int tether(String iface); in tether() method
|
H A D | ConnectivityManager.java | 1359 public int tether(String iface) { in tether() method in ConnectivityManager
|
/aosp12/frameworks/layoutlib/bridge/src/android/net/ |
H A D | ConnectivityManager.java | 497 public int tether(String iface) { in tether() method in ConnectivityManager
|
/aosp12/frameworks/base/core/proto/android/providers/settings/ |
H A D | global.proto | 955 optional Tether tether = 120; field
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | ConnectivityManager.java | 2557 public int tether(String iface) { in tether() method in ConnectivityManager
|
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/ |
H A D | ConnectivityService.java | 3497 public int tether(String iface) { in tether() method in ConnectivityService
|