Remove unused TetheringConfigurationParcel fileds

Bug: 237338640
Test: atest TetheringTests

Change-Id: Ic851e2e9ed16b5be6f5b1380f6b905fcc1e131cf
This commit is contained in:
Mark Chien
2022-08-11 19:08:24 +08:00
committed by Mark
parent 655a024846
commit 40caeb78f3
3 changed files with 1 additions and 24 deletions

View File

@@ -21,17 +21,10 @@ package android.net;
* @hide
*/
parcelable TetheringConfigurationParcel {
int subId;
String[] tetherableUsbRegexs;
String[] tetherableWifiRegexs;
String[] tetherableBluetoothRegexs;
boolean isDunRequired;
boolean chooseUpstreamAutomatically;
int[] preferredUpstreamIfaceTypes;
String[] legacyDhcpRanges;
String[] defaultIPv4DNS;
boolean enableLegacyDhcpServer;
String[] provisioningApp;
String provisioningAppNoUi;
int provisioningCheckPeriod;
}