Home
last modified time | relevance | path

Searched defs:stopAllTethering (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
H A DITetheringConnector.aidl50 void stopAllTethering(String callerPkg, String callingAttributionTag, in stopAllTethering() method
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringService.java186 public void stopAllTethering(String callerPkg, String callingAttributionTag, in stopAllTethering() method in TetheringService.TetheringConnector
/aosp12/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
H A DCtsTetheringUtils.java520 public void stopAllTethering() { in stopAllTethering() method in CtsTetheringUtils