Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Remove StorageManager#isUserKeyUnlocked()

StorageManager#isUserKeyUnlocked() is no longer used, since all callers
have switched to using StorageManager#isCeStorageUnlocked() which has a
clearer name.  Therefore, remove StorageManager#isUserKeyUnlocked().

Note that isUserKeyUnlocked() is a @TestApi and isCeStorageUnlocked()
isn't.  This is fine because no CTS tests call either method, so
@TestApi is unnecessary.  And unlike regular APIs, Test APIs may be
added/changed/removed at any time.  Of course, we can always add
@TestApi to isCeStorageUnlocked() later if it actually becomes needed.

Bug: 306204742
Test: build
Change-Id: Ibf7dcccf85bdc566941d6c401ca8ad3d19fd6fc1
parent 2452ea37
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