Searched refs:stopAllTethering (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/Tethering/common/TetheringLib/src/android/net/ |
D | ITetheringConnector.aidl | 45 void stopAllTethering(String callerPkg, IIntResultListener receiver); in stopAllTethering() method
|
D | TetheringManager.java | 1342 public void stopAllTethering() { 1346 getConnector(c -> c.stopAllTethering(callerPkg, new IIntResultListener.Stub() {
|
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringServiceTest.java | 420 mTetheringConnector.stopAllTethering(TEST_CALLER_PKG, result); in runStopAllTethering() 429 mTetheringConnector.stopAllTethering(TEST_CALLER_PKG, result); in testStopAllTethering()
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringService.java | 186 public void stopAllTethering(String callerPkg, IIntResultListener listener) { in stopAllTethering() method in TetheringService.TetheringConnector
|
/frameworks/base/packages/Tethering/common/TetheringLib/api/ |
D | system-current.txt | 26 …ion.TETHER_PRIVILEGED, android.Manifest.permission.WRITE_SETTINGS}) public void stopAllTethering();
|
D | module-lib-current.txt | 47 …ion.TETHER_PRIVILEGED, android.Manifest.permission.WRITE_SETTINGS}) public void stopAllTethering();
|
/frameworks/base/api/ |
D | module-lib-current.txt | 47 …on.TETHER_PRIVILEGED", android.Manifest.permission.WRITE_SETTINGS}) public void stopAllTethering();
|
D | test-current.txt | 2219 …on.TETHER_PRIVILEGED", android.Manifest.permission.WRITE_SETTINGS}) public void stopAllTethering();
|
D | system-current.txt | 6468 …ion.TETHER_PRIVILEGED, android.Manifest.permission.WRITE_SETTINGS}) public void stopAllTethering();
|
/frameworks/base/core/java/android/net/ |
D | ConnectivityManager.java | 4465 mTetheringManager.stopAllTethering(); in factoryReset()
|