summaryrefslogtreecommitdiff
path: root/wifi/tests
diff options
context:
space:
mode:
author Gabriel Biren <gbiren@google.com> 2024-03-11 20:07:57 +0000
committer Gabriel Biren <gbiren@google.com> 2024-03-21 21:08:06 +0000
commitbf26b94601f8b30c76096e0857a58b0e26024a6c (patch)
tree27d70d1195771d30a28916a1ad5cab4e5f0e5cd5 /wifi/tests
parentd4c39aefd4e96fd55e2ba4b460771ae8b6bf23cd (diff)
Use ConnectivityBlobStore as the main storage
mechanism in WifiKeystore. See aosp/2859045 as an example of using ConnectivityBlobStore. The expected behavior per-API is: - put: Always write to ConnectivityBlobStore. - get: Attempt to get from ConnectivityBlobStore. If alias is not found there, try checking in LegacyKeystore. - remove: Remove alias from both ConnectivityBlobStore and LegacyKeystore. - list: List aliases from both ConnectivityBlobStore and LegacyKeystore. Deduplicate before returning. Bug: 304553176 Test: atest WifiKeyStoreTest Test: Manual test - Added test commands to WifiShellCommand to test all of the APIs. Change-Id: I30b7553bf0ca6a76f81f52aa06f67126fffc4127
Diffstat (limited to 'wifi/tests')
0 files changed, 0 insertions, 0 deletions