Home
last modified time | relevance | path

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

/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLogger.java253 String jobStartTimestampKey = getJobStartTimestampKey(jobId); in logExecutionStats() local
269 jobStartTimestampKey, UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP); in logExecutionStats()
401 String jobStartTimestampKey = getJobStartTimestampKey(jobId); in persistJobExecutionData() local
422 jobStartTimestampKey, UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP); in persistJobExecutionData()
468 editor.putLong(jobStartTimestampKey, startJobTimestamp); in persistJobExecutionData()