Searched refs:jobRunCount (Results 1 – 1 of 1) sorted by relevance
121 long jobRunCount = sharedPref.getLong(SHARED_PREFS_KEY_JOB_RUN_COUNT, in onStartJob() local124 "AdServicesAppsearchDeleteJobService job run count is " + jobRunCount); in onStartJob()125 editor.putLong(SHARED_PREFS_KEY_JOB_RUN_COUNT, jobRunCount); in onStartJob()