Home
last modified time | relevance | path

Searched refs:testDataCache (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_service/fastpair_seeker_data_provider/src/android/nearby/fastpair/seeker/data/
DFastPairTestDataManager.kt34 val testDataCache = FastPairTestDataCache() in <lambda>() constant
44 testDataCache.putAccountKeyDeviceMetadata(accountKeyDeviceMetadata) in <lambda>()
47 testDataCache.dumpAccountKeyDeviceMetadataAsJson(accountKeyDeviceMetadata) in <lambda>()
70 testDataCache.putAntispoofKeyDeviceMetadata(modelId, json) in <lambda>()
75 testDataCache.putAccountKeyDeviceMetadataJsonArray(json) in <lambda>()
79 testDataCache.reset() in <lambda>()
/packages/modules/Connectivity/nearby/tests/multidevices/clients/src/android/nearby/multidevices/fastpair/seeker/data/
DFastPairTestDataManager.kt34 val testDataCache = FastPairTestDataCache() in <lambda>() constant in android.nearby.multidevices.fastpair.seeker.data.FastPairTestDataManager
49 testDataCache.putAntispoofKeyDeviceMetadata(modelId, json) in <lambda>()
62 testDataCache.putAccountKeyDeviceMetadataJsonArray(json) in <lambda>()
68 testDataCache.reset() in <lambda>()
84 testDataCache.putAccountKeyDeviceMetadataJsonObject(json) in <lambda>()
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_service/fastpair_seeker_data_provider/src/android/nearby/fastpair/seeker/dataprovider/
DFastPairTestDataProviderService.kt62 testDataManager.testDataCache.getAntispoofKeyDeviceMetadata(requestedModelId) in <lambda>()
83 Log.d(TAG, testDataManager.testDataCache.dumpAccountKeyDeviceMetadataListAsJson()) in <lambda>()
86 testDataManager.testDataCache.getAccountKeyDeviceMetadataList() in <lambda>()
/packages/modules/Connectivity/nearby/tests/multidevices/clients/src/android/nearby/multidevices/fastpair/seeker/
DFastPairSeekerSnippet.kt81 fastPairTestDataManager.testDataCache.getFastPairDeviceMetadata(modelId) in waitAndAssertHalfSheetShowed()
130 return fastPairTestDataManager.testDataCache.dumpAccountKeyDeviceMetadataListAsJson() in dumpAccountKeyDeviceMetadata()