Home
last modified time | relevance | path

Searched refs:executionPeriodMinute (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/common/src/com/android/adservices/spe/
DAdServicesStatsdJobServiceLoggerTest.java64 int executionPeriodMinute = 3; in testLogExecutionReportedStats() local
81 .setExecutionPeriodMinute(executionPeriodMinute) in testLogExecutionReportedStats()
95 executionPeriodMinute, in testLogExecutionReportedStats()
106 int executionPeriodMinute = 3; in testLogExecutionReportedStats_logSamplingInfraFlagEnabled() local
116 .setExecutionPeriodMinute(executionPeriodMinute) in testLogExecutionReportedStats_logSamplingInfraFlagEnabled()
/packages/modules/AdServices/adservices/tests/unittest/service-core/common/src/com/android/adservices/metriclogger/
DBackgroundJobsExecutionMetricLoggerTest.java64 int executionPeriodMinute = 3; in testLogStats() local
81 .setExecutionPeriodMinute(executionPeriodMinute) in testLogStats()
98 executionPeriodMinute, in testLogStats()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLogger.java355 long executionPeriodMinute = in logJobStatsHelper() local
364 .setExecutionPeriodMinute(convertLongToInteger(executionPeriodMinute)) in logJobStatsHelper()