commit | 594d5abc8de8765dd424c5f16241a15f52466aea | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Dec 15 03:38:02 2022 +0000 |
committer | Eric Biggers <ebiggers@google.com> | Mon Dec 19 23:23:02 2022 +0000 |
tree | 4cdde29386cb7b5ffba29e3314433af3cf4af9f1 | |
parent | e5a40f29a5650ec2f4d5bcf8832192618741d66a [diff] |
locksettings: reduce visibility where unnecessarily broad Reduce the visibility of methods and classes when possible, or add @VisibleForTesting. This is not comprehensive; it's just some cases I found in a quick scan through the code. I also didn't bother with some cases, like changing public to package private in classes that are package private anyway. Test: atest com.android.server.locksettings Change-Id: I2fdef595d68316b4832948bbf85b70411e684703