Home
last modified time | relevance | path

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

/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLoggerTest.java26 …tic com.android.adservices.shared.spe.JobServiceConstants.UNAVAILABLE_JOB_EXECUTION_STOP_TIMESTAMP;
277 keyJobStopTime, UNAVAILABLE_JOB_EXECUTION_STOP_TIMESTAMP)) in testLogExecutionStats()
306 keyJobStopTime, UNAVAILABLE_JOB_EXECUTION_STOP_TIMESTAMP)) in testLogExecutionStats_invalidStats()
307 .isEqualTo(UNAVAILABLE_JOB_EXECUTION_STOP_TIMESTAMP); in testLogExecutionStats_invalidStats()
318 keyJobStopTime, UNAVAILABLE_JOB_EXECUTION_STOP_TIMESTAMP)) in testLogExecutionStats_invalidStats()
319 .isEqualTo(UNAVAILABLE_JOB_EXECUTION_STOP_TIMESTAMP); in testLogExecutionStats_invalidStats()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/
DJobServiceConstants.java73 public static final long UNAVAILABLE_JOB_EXECUTION_STOP_TIMESTAMP = -1L; field in JobServiceConstants
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLogger.java36 …tic com.android.adservices.shared.spe.JobServiceConstants.UNAVAILABLE_JOB_EXECUTION_STOP_TIMESTAMP;
425 jobStopTimestampKey, UNAVAILABLE_JOB_EXECUTION_STOP_TIMESTAMP); in persistJobExecutionData()