Searched refs:getDataSizeOfAdsInBytes (Results 1 – 5 of 5) sorted by relevance
31 public abstract int getDataSizeOfAdsInBytes(); in getDataSizeOfAdsInBytes() method in UpdateCustomAudienceProcessReportedStats
319 stats.getDataSizeOfAdsInBytes(), in logUpdateCustomAudienceProcessReportedStats()
49 assertEquals(DATA_SIZE_OF_ADS_IN_BYTES, stats.getDataSizeOfAdsInBytes()); in testBuilderCreateSuccess()
83 assertThat(updateCustomAudienceProcessReportedStats.getDataSizeOfAdsInBytes()) in testUpdateCustomAudienceExecutionLogger_Success()
451 expect.that(loggedStats.getDataSizeOfAdsInBytes()).isEqualTo(DATA_SIZE_OF_ADS_IN_BYTES); in testLogUpdateCustomAudienceProcessReportedStats()