Home
last modified time | relevance | path

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

/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLogger.java261 long jobStartExecutionTimestamp; in logExecutionStats() local
267 jobStartExecutionTimestamp = in logExecutionStats()
278 if (jobStartExecutionTimestamp == UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP in logExecutionStats()
279 || jobStartExecutionTimestamp > jobStopExecutionTimestamp) { in logExecutionStats()
283 mJobInfoMap.get(jobId), jobStartExecutionTimestamp, jobStopExecutionTimestamp); in logExecutionStats()
291 long executionLatencyMs = jobStopExecutionTimestamp - jobStartExecutionTimestamp; in logExecutionStats()