Searched refs:ACTIVE_INTERVAL_MS (Results 1 – 3 of 3) sorted by relevance
75 private static final long ACTIVE_INTERVAL_MS = TimeUnit.SECONDS.toMillis(1); field in MainActivity274 long delayMs = ACTIVE_INTERVAL_MS - (timeMs % ACTIVE_INTERVAL_MS); in refreshDisplayAndSetNextUpdate()307 getString(R.string.update_rate_label, (ACTIVE_INTERVAL_MS / 1000))); in loadDataAndUpdateScreen()
82 private static final long ACTIVE_INTERVAL_MS = TimeUnit.SECONDS.toMillis(1); field in FitStepsWatchFaceService118 ACTIVE_INTERVAL_MS - (timeMs % ACTIVE_INTERVAL_MS);
88 private static final long ACTIVE_INTERVAL_MS = TimeUnit.SECONDS.toMillis(1); field in FitDistanceWatchFaceService122 ACTIVE_INTERVAL_MS - (timeMs % ACTIVE_INTERVAL_MS);