Searched refs:JOB_RUN_INTERVAL (Results 1 – 1 of 1) sorted by relevance
44 private static final long JOB_RUN_INTERVAL = TimeUnit.DAYS.toMillis(1); field in HealthConnectDailyJobs57 .setPeriodic(JOB_RUN_INTERVAL, JOB_RUN_INTERVAL / 2); in schedule()