Files
frameworks_base/core/java/android
Aaron Huang 22eea532c5 Rename PacManager to PacProxyInstaller
Generally, a manager class in Android is used to access
system services and it should be obtained from Context.
This class is a bit different from the definition of a
manager class.

API linter will detect an error if trying to expose a
class name end with Manager. ProxyTracker will create a
new instance of this class so this class needs to be
renamed to avoid API lint error.

Bug: 177035719
Test: FrameworksNetTests
Change-Id: I9185d4fb4342bd285a575f0bdd3518b758f37eb6
2021-01-13 15:47:45 +08:00
..
2021-01-12 01:03:39 +00:00
2021-01-11 20:49:56 +01:00
2021-01-11 13:43:29 -08:00
2020-12-24 17:41:19 +00:00