Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DFitStepsWatchFaceService.java176 private int mStepsTotal = 0; field in FitStepsWatchFaceService.Engine
423 getString(R.string.fit_steps, mStepsTotal), in onDraw()
534 mStepsTotal = points.get(0).getValue(Field.FIELD_STEPS).asInt(); in onResult()
535 Log.d(TAG, "steps updated: " + mStepsTotal); in onResult()