commit | 8df9d34eb3c3b179d3bc0ecf6d251d73b036d59c | [log] [tgz] |
---|---|---|
author | Handa Wang <handaw@google.com> | Tue Sep 24 06:19:01 2024 +0000 |
committer | Handa Wang <handaw@google.com> | Tue Sep 24 12:15:45 2024 +0000 |
tree | 17d96c8bbd950fec9735bbf5ae46d99810f8b986 | |
parent | daab4db187cb09024e18b1aa50f4adcb9924452a [diff] |
PrivateAddressCoordinator: get rid of UpstreamNetworkState for updateUpstreamPrefix() This CL changes the signature of PrivateAddressCoordinator#updateUpstreamPrefix to replace the UpstreamNetworkState parameter with its member class. This is because we want to make updateUpstreamPrefix() an AIDL API soon and UpstreamNetworkState is not parcelable while its member fields are. Bug: 369282577 Change-Id: Icf71d02d48c8c0d5dc2b21ee351efba956b6752d