diff options
author | 2024-03-11 20:07:57 +0000 | |
---|---|---|
committer | 2024-03-21 21:08:06 +0000 | |
commit | bf26b94601f8b30c76096e0857a58b0e26024a6c (patch) | |
tree | 27d70d1195771d30a28916a1ad5cab4e5f0e5cd5 /wifi/tests | |
parent | d4c39aefd4e96fd55e2ba4b460771ae8b6bf23cd (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