Searched refs:UNAVAILABLE_JOB_EXECUTION_PERIOD (Results 1 – 4 of 4) sorted by relevance
24 …port static com.android.adservices.shared.spe.JobServiceConstants.UNAVAILABLE_JOB_EXECUTION_PERIOD;116 expect.that(sharedPreferences.getLong(keyExecutionPeriod, UNAVAILABLE_JOB_EXECUTION_PERIOD)) in testPersistJobExecutionData_firstExecution()117 .isEqualTo(UNAVAILABLE_JOB_EXECUTION_PERIOD); in testPersistJobExecutionData_firstExecution()164 expect.that(sharedPreferences.getLong(keyExecutionPeriod, UNAVAILABLE_JOB_EXECUTION_PERIOD)) in testPersistJobExecutionData_openEndedLastExecution()209 expect.that(sharedPreferences.getLong(keyExecutionPeriod, UNAVAILABLE_JOB_EXECUTION_PERIOD)) in testPersistJobExecutionData_closeEndedLastExecution()233 keyExecutionPeriod1, UNAVAILABLE_JOB_EXECUTION_PERIOD)) in testPersistJobExecutionData_multipleJobs()234 .isEqualTo(UNAVAILABLE_JOB_EXECUTION_PERIOD); in testPersistJobExecutionData_multipleJobs()241 keyExecutionPeriod2, UNAVAILABLE_JOB_EXECUTION_PERIOD)) in testPersistJobExecutionData_multipleJobs()242 .isEqualTo(UNAVAILABLE_JOB_EXECUTION_PERIOD); in testPersistJobExecutionData_multipleJobs()297 editor.putLong(keyJobStartTime, UNAVAILABLE_JOB_EXECUTION_PERIOD); in testLogExecutionStats_invalidStats()[all …]
27 …port static com.android.adservices.shared.spe.JobServiceConstants.UNAVAILABLE_JOB_EXECUTION_PERIOD;90 private static final long PERIOD_EXECUTION_1 = UNAVAILABLE_JOB_EXECUTION_PERIOD;
34 …port static com.android.adservices.shared.spe.JobServiceConstants.UNAVAILABLE_JOB_EXECUTION_PERIOD;272 sharedPreferences.getLong(executionPeriodKey, UNAVAILABLE_JOB_EXECUTION_PERIOD); in logExecutionStats()427 sharedPreferences.getLong(executionPeriodKey, UNAVAILABLE_JOB_EXECUTION_PERIOD); in persistJobExecutionData()436 editor.putLong(executionPeriodKey, UNAVAILABLE_JOB_EXECUTION_PERIOD); in persistJobExecutionData()
79 public static final long UNAVAILABLE_JOB_EXECUTION_PERIOD = -1L; field in JobServiceConstants