Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/common/src/com/android/adservices/spe/
DAdServicesStatsdJobServiceLoggerTest.java80 .setExecutionLatencyMs(executionLatencyMs) in testLogExecutionReportedStats()
115 .setExecutionLatencyMs(executionLatencyMs) in testLogExecutionReportedStats_logSamplingInfraFlagEnabled()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/logging/
DExecutionReportedStats.java68 public abstract Builder setExecutionLatencyMs(int value); in setExecutionLatencyMs() method in ExecutionReportedStats.Builder
DJobServiceLogger.java363 .setExecutionLatencyMs(convertLongToInteger(executionLatencyMs)) in logJobStatsHelper()
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLoggerTest.java397 .setExecutionLatencyMs((int) executionDurationInMs) in testLogJobStatsHelper()
427 .setExecutionLatencyMs(Integer.MAX_VALUE) in testLogJobStatsHelper_overflowValues()
456 .setExecutionLatencyMs((int) executionLatencyMs) in testLogJobStatsHelper_smallNegativePeriod()
/packages/modules/AdServices/adservices/tests/unittest/service-core/common/src/com/android/adservices/metriclogger/
DBackgroundJobsExecutionMetricLoggerTest.java80 .setExecutionLatencyMs(executionLatencyMs) in testLogStats()