commit | 698749b053c37ba2c35ec2f4957c208676ed7c43 | [log] [tgz] |
---|---|---|
author | Chiachang Wang <chiachangwang@google.com> | Fri Feb 05 17:33:53 2021 +0800 |
committer | Chiachang Wang <chiachangwang@google.com> | Mon Feb 08 10:25:07 2021 +0000 |
tree | a5635b88142f67ff8d7daf8e254a0bb6ffe44b09 | |
parent | 8bb0310bbeec9456b79076d191c71f27acd012df [diff] |
Move shared Proxy method and constants to shared lib The static validate() method an PROXY_* constants in Proxy are used by both module and Settings. After Proxy is moving into connectivity module, Setting will not able to access them. Thus, move them to ProxyUtils in net shared lib. Bug: 172183305 Test: atest FrameworksNetTests Test: atest CtsNetTestCases:ProxyInfoTest Change-Id: I02c88aeaeb53d62b87a42a2d8ead9b140b054650