commit | 28fd7803b020b564432954df911129c7a2fc2a74 | [log] [tgz] |
---|---|---|
author | Aaron Huang <huangaaron@google.com> | Thu Nov 26 14:06:25 2020 +0800 |
committer | Aaron Huang <huangaaron@google.com> | Thu Jan 14 12:19:26 2021 +0800 |
tree | 2c42cb66ebd7f5a264da27b8bd3888c10b81ab88 | |
parent | 8505c870cdf822818894606c39f904a2ae3e4cc1 [diff] |
Refactor setCurrentProxyScriptUrl to a void method setCurrentProxyScriptUrl is used by ProxyTracker which is included in connectivity service mainline module. To make this method @SystemApi in follow-up patch, change this from a boolean method to a void method. Moving the send or not send broadcast logic to caller because it can know whether it needs to send a broadcast or not. Bug: 177035719 Test: FrameworksNetTests Change-Id: I7c0fd20bb449463a65952cfa9fb8a42310da079c