/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | AuctionServerDataCompressor.java | 32 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()
|
D | AuctionServerDataCompressorGzip.java | 41 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()
|
D | AuctionServerPayloadInfo.java | 34 abstract ImmutableMap<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> 57 ImmutableMap<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> in setCompressedBuyerInput()
|
D | BuyerInputGenerator.java | 125 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()
|
D | CompressedBuyerInputCreatorNoOptimizations.java | 48 public Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> 96 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> compressedInputs = in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
|
D | CompressedBuyerInputCreator.java | 29 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData>
|
D | GetAdSelectionDataRunner.java | 564 Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData> compressedBuyerInputs,
|
D | PersistAdSelectionResultRunner.java | 521 AuctionServerDataCompressor.CompressedData.create(
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | AuctionServerDataCompressorGzipTest.java | 43 AuctionServerDataCompressor.CompressedData compressedData = in testCompress() 52 AuctionServerDataCompressor.CompressedData compressedData =
|
D | BuyerInputGeneratorTest.java | 192 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 …]
|
D | GetAdSelectionDataRunnerTest.java | 931 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 …]
|
D | CompressedBuyerInputCreatorNoOptimizationsTest.java | 92 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()
|
D | AuctionServerE2ETest.java | 3905 AuctionServerDataCompressor.CompressedData.create( in getDecompressedBuyerInputs() 4124 AuctionServerDataCompressor.CompressedData in getBuyerInputMapFromDecryptedBytes() 4179 AuctionServerDataCompressor.CompressedData compressedData = in prepareAuctionResultBytes() 4191 AuctionServerDataCompressor.CompressedData compressedData = in prepareAuctionResultBytesPas()
|
D | PersistAdSelectionResultRunnerTest.java | 1869 AuctionServerDataCompressor.CompressedData compressedData = in prepareDecryptedAuctionResult()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/ |
D | GetAdSelectionDataCommand.java | 163 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/ |
D | GetAdSelectionDataCommandTest.java | 129 private Map<AdTechIdentifier, AuctionServerDataCompressor.CompressedData>
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/ |
D | KAnonE2ETest.java | 1903 AuctionServerDataCompressor.CompressedData compressedData = in prepareAuctionResultBytes() 2220 AuctionServerDataCompressor.CompressedData
|