commit | c1215d3d46230f2aff7c6e4e301b5d148b33a0c2 | [log] [tgz] |
---|---|---|
author | Chiachang Wang <chiachangwang@google.com> | Tue Oct 20 15:38:58 2020 +0800 |
committer | Chiachang Wang <chiachangwang@google.com> | Tue Oct 20 15:46:30 2020 +0800 |
tree | f0c4192d33eae93d20f79ca61c52d620e95527b2 | |
parent | a2d7ef0a8a18e49fc148dc824a10721b8b358ad2 [diff] |
Remove unused MockableSystemProperties from DnsManager constructor DnsManager does not use MockableSystemProperties to communicate with netd to configure the dns server anymore. ConnectivityService does not need to take it into DnsManager as a parameter. Thus, clean up the unused code. Bug: 33308258 Test: atest FrameworksNetTests Change-Id: I2ac89944391f7d1fd5d67f26cf7f2b11a4a4cf84