Home
last modified time | relevance | path

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

/development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/
DWearableMainActivity.java72 private static final long FASTEST_INTERVAL_MS = TimeUnit.SECONDS.toMillis(5); field in WearableMainActivity
353 .setFastestInterval(FASTEST_INTERVAL_MS); in requestLocation()