Home
last modified time | relevance | path

Searched refs:encodedSignalsMaxSizeInBytes (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerPayloadMetricsStrategyEnabledTest.java122 int encodedSignalsMaxSizeInBytes = 3; in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog() local
130 encodedSignalsMaxSizeInBytes, in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog()
139 assertThat(stats.getEncodedSignalsSizeMax()).isEqualTo(encodedSignalsMaxSizeInBytes); in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog()
152 int encodedSignalsMaxSizeInBytes = 3; in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog_emptyStats() local
160 encodedSignalsMaxSizeInBytes, in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog_emptyStats()
169 assertThat(stats.getEncodedSignalsSizeMax()).isEqualTo(encodedSignalsMaxSizeInBytes); in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog_emptyStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAuctionServerPayloadMetricsStrategyEnabled.java106 int encodedSignalsMaxSizeInBytes, in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics() argument
124 .setEncodedSignalsSizeMax(encodedSignalsMaxSizeInBytes) in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
148 .setEncodedSignalsSizeMax(encodedSignalsMaxSizeInBytes) in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
DBuyerInputGenerator.java171 int encodedSignalsMaxSizeInBytes = 0; in generateCompressedBuyerInputFromDBCAsAndEncodedSignals() local
191 encodedSignalsMaxSizeInBytes = in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
192 Math.max(encodedSignalsMaxSizeInBytes, encodedSignalsInBytes); in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
225 encodedSignalsMaxSizeInBytes, in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
DAuctionServerPayloadMetricsStrategy.java71 int encodedSignalsMaxSizeInBytes, in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics() argument
DAuctionServerPayloadMetricsStrategyDisabled.java68 int encodedSignalsMaxSizeInBytes, in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics() argument