Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DUpdateCustomAudienceProcessReportedStats.java31 public abstract int getDataSizeOfAdsInBytes(); in getDataSizeOfAdsInBytes() method in UpdateCustomAudienceProcessReportedStats
DStatsdAdServicesLogger.java319 stats.getDataSizeOfAdsInBytes(), in logUpdateCustomAudienceProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DUpdateCustomAudienceProcessReportedStatsTest.java49 assertEquals(DATA_SIZE_OF_ADS_IN_BYTES, stats.getDataSizeOfAdsInBytes()); in testBuilderCreateSuccess()
DUpdateCustomAudienceExecutionLoggerTest.java83 assertThat(updateCustomAudienceProcessReportedStats.getDataSizeOfAdsInBytes()) in testUpdateCustomAudienceExecutionLogger_Success()
DAdServicesLoggerImplTest.java451 expect.that(loggedStats.getDataSizeOfAdsInBytes()).isEqualTo(DATA_SIZE_OF_ADS_IN_BYTES); in testLogUpdateCustomAudienceProcessReportedStats()