Add the tethering type to TetheringEventCallback methods
Before this change, tethering always report a list of tethered interfaces and the caller need to use each tethering type's interface regex to matching tethered list to manual implement the mapping of tethering type and interface. This change allow caller to get rid of tethering interface regex. Bug: 162920185 Bug: 152203943 Test: atest CtsTetheringTest on S Ignore-AOSP-First: Currently aosp would automerge to mainlne-prod, merge to sc-dev first to avoid adding new API to mainline-prod CTS-Coverage-Bug: I already add cts test(ag/14622456), but Lint still complaint because my cts is under packages/modules/Connectivity/ but it only check whether CL touching platform/cts Change-Id: I91bcccd676d109c1b974497ac29bd366a41b8899
Showing
- Tethering/common/TetheringLib/Android.bp 2 additions, 0 deletionsTethering/common/TetheringLib/Android.bp
- Tethering/common/TetheringLib/api/module-lib-current.txt 5 additions, 5 deletionsTethering/common/TetheringLib/api/module-lib-current.txt
- Tethering/common/TetheringLib/api/system-current.txt 14 additions, 1 deletionTethering/common/TetheringLib/api/system-current.txt
- Tethering/common/TetheringLib/src/android/net/TetherStatesParcel.aidl 6 additions, 4 deletions...mmon/TetheringLib/src/android/net/TetherStatesParcel.aidl
- Tethering/common/TetheringLib/src/android/net/TetheringInterface.aidl 18 additions, 0 deletions...mmon/TetheringLib/src/android/net/TetheringInterface.aidl
- Tethering/common/TetheringLib/src/android/net/TetheringInterface.java 102 additions, 0 deletions...mmon/TetheringLib/src/android/net/TetheringInterface.java
- Tethering/common/TetheringLib/src/android/net/TetheringManager.java 112 additions, 18 deletions...common/TetheringLib/src/android/net/TetheringManager.java
- Tethering/src/com/android/networkstack/tethering/Tethering.java 64 additions, 39 deletions...ing/src/com/android/networkstack/tethering/Tethering.java
- Tethering/tests/unit/src/com/android/networkstack/tethering/TetheringTest.java 7 additions, 4 deletions...src/com/android/networkstack/tethering/TetheringTest.java
Loading
Please register or sign in to comment