Home
last modified time | relevance | path

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

/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLogger.java254 String executionPeriodKey = getExecutionPeriodKey(jobId); in logExecutionStats() local
272 sharedPreferences.getLong(executionPeriodKey, UNAVAILABLE_JOB_EXECUTION_PERIOD); in logExecutionStats()
402 String executionPeriodKey = getExecutionPeriodKey(jobId); in persistJobExecutionData() local
427 sharedPreferences.getLong(executionPeriodKey, UNAVAILABLE_JOB_EXECUTION_PERIOD); in persistJobExecutionData()
436 editor.putLong(executionPeriodKey, UNAVAILABLE_JOB_EXECUTION_PERIOD); in persistJobExecutionData()
465 editor.putLong(executionPeriodKey, executionPeriodInMs); in persistJobExecutionData()