summaryrefslogtreecommitdiff
path: root/api/coverage/tools
diff options
context:
space:
mode:
author Eric Biggers <ebiggers@google.com> 2024-02-23 18:57:43 +0000
committer Eric Biggers <ebiggers@google.com> 2024-02-28 19:08:43 +0000
commit934cd662e5bfe05289fc8c9b6348d3af5abd7b23 (patch)
tree66b1081170469bc6845b9ee1b8abd5c6162a02a8 /api/coverage/tools
parentd648615eb05ea60ea5f53597916ac5bee3c73b3b (diff)
Remove unused references to android.security.KeyStore
Many files that reference android.security.KeyStore don't actually do anything with it. This is apparently because the functionality of this class got moved to other places, but it was forgotten to remove the actual references to the class. This CL removes all such references from frameworks/base. Where made possible by removing an import of android.security.KeyStore, it also updates references to java.security.KeyStore to be simply KeyStore. java.security.KeyStore is the real KeyStore that is part of the public API. Bug: 326508120 Test: presubmit Change-Id: Ie63b8dfc8bb562b33e6e529d537bde64ae2c6d53
Diffstat (limited to 'api/coverage/tools')
0 files changed, 0 insertions, 0 deletions