Home
last modified time | relevance | path

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

/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLoggerTest.java25 …ic com.android.adservices.shared.spe.JobServiceConstants.UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP;
114 keyJobStartTime, UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP)) in testPersistJobExecutionData_firstExecution()
162 keyJobStartTime, UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP)) in testPersistJobExecutionData_openEndedLastExecution()
207 keyJobStartTime, UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP)) in testPersistJobExecutionData_closeEndedLastExecution()
229 keyJobStartTime1, UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP)) in testPersistJobExecutionData_multipleJobs()
237 keyJobStartTime2, UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP)) in testPersistJobExecutionData_multipleJobs()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLogger.java35 …ic com.android.adservices.shared.spe.JobServiceConstants.UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP;
269 jobStartTimestampKey, UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP); in logExecutionStats()
278 if (jobStartExecutionTimestamp == UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP in logExecutionStats()
422 jobStartTimestampKey, UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP); in persistJobExecutionData()
435 if (previousJobStartTimestamp == UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP) { in persistJobExecutionData()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/
DJobServiceConstants.java67 public static final long UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP = -1L; field in JobServiceConstants