Home
last modified time | relevance | path

Searched refs:timeMs (Results 1 – 7 of 7) sorted by relevance

/development/samples/browseable/AlwaysOn/src/com.example.android.wearable.wear.alwayson/
DMainActivity.java255 long timeMs = System.currentTimeMillis(); in refreshDisplayAndSetNextUpdate() local
259 long delayMs = AMBIENT_INTERVAL_MS - (timeMs % AMBIENT_INTERVAL_MS); in refreshDisplayAndSetNextUpdate()
260 long triggerTimeMs = timeMs + delayMs; in refreshDisplayAndSetNextUpdate()
274 long delayMs = ACTIVE_INTERVAL_MS - (timeMs % ACTIVE_INTERVAL_MS); in refreshDisplayAndSetNextUpdate()
/development/samples/Support4Demos/src/com/example/android/supportv4/media/
DMediaController.java204 private String stringForTime(int timeMs) { in stringForTime() argument
205 int totalSeconds = timeMs / 1000; in stringForTime()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DAnalogWatchFaceService.java126 long timeMs = System.currentTimeMillis();
128 - (timeMs % INTERACTIVE_UPDATE_RATE_MS);
DFitStepsWatchFaceService.java116 long timeMs = System.currentTimeMillis();
118 ACTIVE_INTERVAL_MS - (timeMs % ACTIVE_INTERVAL_MS);
DFitDistanceWatchFaceService.java120 long timeMs = System.currentTimeMillis();
122 ACTIVE_INTERVAL_MS - (timeMs % ACTIVE_INTERVAL_MS);
DDigitalWatchFaceService.java113 long timeMs = System.currentTimeMillis();
115 mInteractiveUpdateRateMs - (timeMs % mInteractiveUpdateRateMs);
DComplicationSimpleWatchFaceService.java161 long timeMs = System.currentTimeMillis();
163 - (timeMs % INTERACTIVE_UPDATE_RATE_MS);