Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/
DDaoBuildingBlocksTest.java112 private void insertStringHash( in insertStringHash() method in DaoBuildingBlocksTest
114 mDaoBuildingBlocks.insertStringHash( in insertStringHash()
658 insertStringHash(sReportKey[0], sDayIndex[0], index, sHashCodes[0]); in testQueryStringListIndex_nothingFoundReturnsZero()
659 insertStringHash(sReportKey[0], sDayIndex[0], index + 1, sHashCodes[1]); in testQueryStringListIndex_nothingFoundReturnsZero()
680 insertStringHash(sReportKey[0], sDayIndex[0], index, sHashCodes[0]); in testQueryStringListIndex_matchPicked_noBufferMax()
681 insertStringHash(sReportKey[0], sDayIndex[0], index + 1, sHashCodes[1]); in testQueryStringListIndex_matchPicked_noBufferMax()
694 insertStringHash(sReportKey[0], sDayIndex[0], index, sHashCodes[0]); in testQueryStringListIndex_matchPicked_bufferMaxIgnored()
695 insertStringHash(sReportKey[0], sDayIndex[0], index + 1, sHashCodes[1]); in testQueryStringListIndex_matchPicked_bufferMaxIgnored()
709 insertStringHash(sReportKey[0], sDayIndex[0], index, sHashCodes[0]); in testQueryStringListIndex_newHashGetsNextIndex_noBufferMax()
710 insertStringHash(sReportKey[0], sDayIndex[0], index + 1, sHashCodes[1]); in testQueryStringListIndex_newHashGetsNextIndex_noBufferMax()
[all …]
DDataServiceTest.java1409 mDaoBuildingBlocks.insertStringHash( in cleanup_removesUnusedStringHashes()
1413 mDaoBuildingBlocks.insertStringHash( in cleanup_removesUnusedStringHashes()
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DDaoBuildingBlocks.java64 abstract Void insertStringHash(StringHashEntity stringHashEntity); in insertStringHash() method in DaoBuildingBlocks
DDataService.java337 mDaoBuildingBlocks.insertStringHash(stringHash); in aggregateStringSync()