commit | 3ee63e5132022aaa22bb8e41c2cf4a364af2cfe8 | [log] [tgz] |
---|---|---|
author | Chiachang Wang <chiachangwang@google.com> | Tue Mar 23 16:12:44 2021 +0800 |
committer | Chiachang Wang <chiachangwang@google.com> | Tue Mar 23 08:51:05 2021 +0000 |
tree | d7683fe7228881f319d7d235ffcd4dd76cb377ef | |
parent | 18158aa33b284df17ce4737c5d492d6368ac91fa [diff] |
Expose NetworkAgent constructor taking a NetworkScore parameter Vpn constructs NetworkAgent with this exposed NetworkAgent constructor. Given NetworkAgent is moving into the incoming connectivity module, Vpn which is outside the module will not be able to access it if it's not in the API surface. Thus, expose it to allow Vpn to use it. Bug: 182963397 Test: make update-api Change-Id: Ic2357dcfff3233e0dd17b48b0e376a5095ef60fa CTS-Coverage-Bug: 172183305