commit | 12c292e9df8d88dbc18146b33db3115d08592248 | [log] [tgz] |
---|---|---|
author | Bookatz <bookatz@google.com> | Thu Nov 14 11:00:13 2019 -0800 |
committer | Bookatz <bookatz@google.com> | Thu Nov 14 11:00:13 2019 -0800 |
tree | 00b6b8f51f8f35be150b81602b768dc42ad2ad7b | |
parent | bbf394bf195d001a810e381492a107e91f1f0f25 [diff] |
UserSystemPackageInstaller intern packageNames UserSystemPackageInstaller obtains a list of package names from a sysconfig file (the whitelist) at boot time. But package names are already interned in PackageParser. So we should intern the package names here too to save memory. Bug: 134605778 Test: atest UserSystemPackageInstallerTest Change-Id: Icf519473122f6b758749286b5efa8989c6b5ee60