Add a script to interactively manage FastPairTestDataCache in FastPairTestDataProviderService.
This script could help Eng team to test Mainline FastPair flow with
flexibility. You can modify the JSON file as you want and send/clear the
test data cache that return to the Nearby Mainline module for
onXXX calls (ex: onLoadFastPairAntispoofKeyDeviceMetadata).
Sample Usages:
1. Send FastPairAntispoofKeyDeviceMetadata for PixelBuds-A to FastPairTestDataCache
./fast_pair_data_provider_shell.sh -m=718c17 -a=../test_data/fastpair/pixelbuds-a_antispoofkey_devicemeta_json.txt
2. Send FastPairAccountDevicesMetadata for PixelBuds-A to FastPairTestDataCache
./fast_pair_data_provider_shell.sh -d=../test_data/fastpair/pixelbuds-a_account_devicemeta_json.txt
3. Send FastPairAntispoofKeyDeviceMetadata for Provider Simulator to FastPairTestDataCache
./fast_pair_data_provider_shell.sh -m=00000c -a=../test_data/fastpair/simulator_antispoofkey_devicemeta_json.txt
4. Send FastPairAccountDevicesMetadata for Provider Simulator to FastPairTestDataCache
./fast_pair_data_provider_shell.sh -d=../test_data/fastpair/simulator_account_devicemeta_json.txt
5. Clear FastPairTestDataCache
./fast_pair_data_provider_shell.sh -c
Test: Sample Usages commands in fast_pair_data_provider_shell.sh
Bug: 214015364
Ignore-AOSP-First: nearby_not_in_aosp_yet
Change-Id: Ia5d3383ce6d6db36a4a99d36ade0b5ce27a9fd86
4 files changed