Searched refs:jobStopExecutionTimestamp (Results 1 – 1 of 1) sorted by relevance
250 long jobStopExecutionTimestamp, in logExecutionStats() argument278 || jobStartExecutionTimestamp > jobStopExecutionTimestamp) { in logExecutionStats()282 mJobInfoMap.get(jobId), jobStartExecutionTimestamp, jobStopExecutionTimestamp); in logExecutionStats()290 long executionLatencyMs = jobStopExecutionTimestamp - jobStartExecutionTimestamp; in logExecutionStats()293 editor.putLong(jobStopTimestampKey, jobStopExecutionTimestamp); in logExecutionStats()