Skip to content
Commit 594d5abc authored by Eric Biggers's avatar Eric Biggers
Browse files

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
parent e5a40f29
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment