summaryrefslogtreecommitdiff
path: root/api/api.go
diff options
context:
space:
mode:
author Eric Biggers <ebiggers@google.com> 2023-11-29 17:20:03 +0000
committer Eric Biggers <ebiggers@google.com> 2024-01-12 23:13:42 +0000
commitcf3d77ac7e4b553e5a949543a4d9020ac36bfa0c (patch)
treeece42124b55b7f7e2165b998b9295f0d1eab0642 /api/api.go
parent2452ea37f0d698cdbf240f7a888ee1a2f6f07fe2 (diff)
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
Diffstat (limited to 'api/api.go')
0 files changed, 0 insertions, 0 deletions