commit | bd13f84152449a3ead6fa8604fd31f48c0224676 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Apr 01 18:38:34 2022 +0000 |
committer | Eric Biggers <ebiggers@google.com> | Thu Apr 07 16:38:36 2022 +0000 |
tree | 1e2bdaea369d674da44b84d0b3f3f585f89d0ba1 | |
parent | 234ee35c9366d2629ba851b1b058a607f9cf78e5 [diff] |
Remove more FDE methods from StorageManager Now that these methods are no longer called, and none of them are a public API or have @UnsupportedAppUsage, they can be removed. inCryptKeeperBounce() actually had one known app user via reflection, despite the method not having @UnsupportedAppUsage. However, that user only made the call if Build.VERSION.SDK_INT < VERSION_CODES.P, so it is not being used anymore. Bug: 208476087 Change-Id: Idc218e5f355bb61257b07cf5b5b6df5f4c6ece11