Home
last modified time | relevance | path

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

/development/samples/browseable/AlwaysOn/src/com.example.android.wearable.wear.alwayson/
DMainActivity.java75 private static final long ACTIVE_INTERVAL_MS = TimeUnit.SECONDS.toMillis(1); field in MainActivity
274 long delayMs = ACTIVE_INTERVAL_MS - (timeMs % ACTIVE_INTERVAL_MS); in refreshDisplayAndSetNextUpdate()
307 getString(R.string.update_rate_label, (ACTIVE_INTERVAL_MS / 1000))); in loadDataAndUpdateScreen()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DFitStepsWatchFaceService.java82 private static final long ACTIVE_INTERVAL_MS = TimeUnit.SECONDS.toMillis(1); field in FitStepsWatchFaceService
118 ACTIVE_INTERVAL_MS - (timeMs % ACTIVE_INTERVAL_MS);
DFitDistanceWatchFaceService.java88 private static final long ACTIVE_INTERVAL_MS = TimeUnit.SECONDS.toMillis(1); field in FitDistanceWatchFaceService
122 ACTIVE_INTERVAL_MS - (timeMs % ACTIVE_INTERVAL_MS);