Searched refs:getLatencyInMillis (Results 1 – 7 of 7) sorted by relevance
25 public abstract int getLatencyInMillis(); in getLatencyInMillis() method in BackgroundFetchProcessReportedStats
25 public abstract int getLatencyInMillis(); in getLatencyInMillis() method in AdCounterHistogramUpdaterReportedStats
307 stats.getLatencyInMillis(), in logBackgroundFetchProcessReportedStats()798 stats.getLatencyInMillis(), in logAdCounterHistogramUpdaterReportedStats()
39 assertEquals(LATENCY_IN_MILLIS, stats.getLatencyInMillis()); in testBuilderCreateSuccess()
43 expect.that(stats.getLatencyInMillis()).isEqualTo(LATENCY_IN_MILLIS); in testBuildAdCounterHistogramUpdaterReportedStats()
78 assertThat(backgroundFetchProcessReportedStats.getLatencyInMillis()) in testBackgroundFetchExecutionLogger_SuccessBackgroundFetch()
428 expect.that(loggedStats.getLatencyInMillis()).isEqualTo(LATENCY_IN_MILLIS); in testLogBackgroundFetchProcessReportedStats()