Searched refs:executionPeriodKey (Results 1 – 1 of 1) sorted by relevance
254 String executionPeriodKey = getExecutionPeriodKey(jobId); in logExecutionStats() local272 sharedPreferences.getLong(executionPeriodKey, UNAVAILABLE_JOB_EXECUTION_PERIOD); in logExecutionStats()402 String executionPeriodKey = getExecutionPeriodKey(jobId); in persistJobExecutionData() local427 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()