Searched refs:setExecutionLatencyMs (Results 1 – 4 of 4) sorted by relevance
68 public abstract Builder setExecutionLatencyMs(int value); in setExecutionLatencyMs() method in ExecutionReportedStats.Builder
364 .setExecutionLatencyMs(convertLongToInteger(executionLatencyMs)) in logJobStatsHelper()
394 .setExecutionLatencyMs((int) executionDurationInMs) in testLogJobStatsHelper()424 .setExecutionLatencyMs(Integer.MAX_VALUE) in testLogJobStatsHelper_overflowValues()453 .setExecutionLatencyMs((int) executionLatencyMs) in testLogJobStatsHelper_smallNegativePeriod()
61 .setExecutionLatencyMs(executionLatencyMs) in testLogExecutionReportedStats()