Home
last modified time | relevance | path

Searched refs:CompressedData (Results 1 – 17 of 17) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAuctionServerDataCompressor.java32 CompressedData compress(UncompressedData data); in compress()
35 UncompressedData decompress(CompressedData compressedData); in decompress()
65 class CompressedData { class
68 private CompressedData(byte[] data) { in CompressedData() method in AuctionServerDataCompressor.CompressedData
80 public static CompressedData create(byte[] data) { in create()
81 return new CompressedData(Arrays.copyOf(data, data.length)); in create()
DAuctionServerDataCompressorGzip.java41 public CompressedData compress(@NonNull UncompressedData uncompressedData) { in compress()
56 CompressedData compressedData = CompressedData.create(byteArrayOutputStream.toByteArray()); in compress()
62 public UncompressedData decompress(@NonNull CompressedData uncompressedData) { in decompress()
DAuctionServerPayloadInfo.java34 abstract ImmutableMap<AdTechIdentifier, AuctionServerDataCompressor.CompressedData>
57 ImmutableMap<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> in setCompressedBuyerInput()
DBuyerInputGenerator.java125 public FluentFuture<Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData>>
149 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> in createCompressedBuyerInputs()
159 private Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData>
233 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> compressedInputs = in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
DCompressedBuyerInputCreatorNoOptimizations.java48 public Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData>
96 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> compressedInputs = in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
DCompressedBuyerInputCreator.java29 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData>
DGetAdSelectionDataRunner.java564 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> compressedBuyerInputs,
DPersistAdSelectionResultRunner.java521 AuctionServerDataCompressor.CompressedData.create(
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerDataCompressorGzipTest.java43 AuctionServerDataCompressor.CompressedData compressedData = in testCompress()
52 AuctionServerDataCompressor.CompressedData compressedData =
DBuyerInputGeneratorTest.java192 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerAndBuyerInputs = in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_success()
260 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerAndBuyerInputs = in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled()
418 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerAndBuyerInputs = in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCA()
498 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerAndBuyerInputs = in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled()
586 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerAndBuyerInputs = in testBuyerInputGenerator_returnsBuyerInputsWithRenderIdIfFlagFalse()
639 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerAndBuyerInputs = in testBuyerInputGenerator_returnsBuyerInputs_onlySignals_success()
713 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerAndBuyerInputs = in testBuyerInputGenerator_returnsBuyerInputs_CAsAndSignalsCombined_success()
796 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerAndBuyerInputs = in testBuyerInputGenerator_returnsBuyerInputs_CAsAndSignalsCombined_SignalDisabled()
855 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerAndBuyerInputs = in testBuyerInputGenerator_disableAdFilter_successWithAdFilteringNotCalled()
892 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerAndBuyerInputs = in testBuyerInputGenerator_enableAdFilter_successWithFrequencyCapAdFilteringCalled()
[all …]
DGetAdSelectionDataRunnerTest.java931 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerInputs = in test_composeProtectedAuctionInput_generatesProto()
934 AuctionServerDataCompressor.CompressedData.create(buyer1data), in test_composeProtectedAuctionInput_generatesProto()
936 AuctionServerDataCompressor.CompressedData.create(buyer2data)); in test_composeProtectedAuctionInput_generatesProto()
1005 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerInputs = in test_composeProtectedAuctionInput_consentedDebugConfigNotPresent()
1008 AuctionServerDataCompressor.CompressedData.create(buyer1data), in test_composeProtectedAuctionInput_consentedDebugConfigNotPresent()
1010 AuctionServerDataCompressor.CompressedData.create(buyer2data)); in test_composeProtectedAuctionInput_consentedDebugConfigNotPresent()
1042 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerInputs = in test_composeProtectedAuctionInput_generatesConsentedDebugConfig()
1045 AuctionServerDataCompressor.CompressedData.create(buyer1data), in test_composeProtectedAuctionInput_generatesConsentedDebugConfig()
1047 AuctionServerDataCompressor.CompressedData.create(buyer2data)); in test_composeProtectedAuctionInput_generatesConsentedDebugConfig()
1141 private Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData>
[all …]
DCompressedBuyerInputCreatorNoOptimizationsTest.java92 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> compressedDataMap = in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs()
130 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> compressedDataMap = in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs_OnlyPAS()
169 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> compressedDataMap = in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs_OnlyPA()
DAuctionServerE2ETest.java3905 AuctionServerDataCompressor.CompressedData.create( in getDecompressedBuyerInputs()
4124 AuctionServerDataCompressor.CompressedData in getBuyerInputMapFromDecryptedBytes()
4179 AuctionServerDataCompressor.CompressedData compressedData = in prepareAuctionResultBytes()
4191 AuctionServerDataCompressor.CompressedData compressedData = in prepareAuctionResultBytesPas()
DPersistAdSelectionResultRunnerTest.java1869 AuctionServerDataCompressor.CompressedData compressedData = in prepareDecryptedAuctionResult()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/
DGetAdSelectionDataCommand.java163 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> buyerInputs = in getBuyerInputForBuyer()
172 AuctionServerDataCompressor.CompressedData compressedData = buyerInputs.get(buyer); in getBuyerInputForBuyer()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adselection/
DGetAdSelectionDataCommandTest.java129 private Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData>
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/
DKAnonE2ETest.java1903 AuctionServerDataCompressor.CompressedData compressedData = in prepareAuctionResultBytes()
2220 AuctionServerDataCompressor.CompressedData