Searched refs:mStepsTotal (Results 1 – 1 of 1) sorted by relevance
176 private int mStepsTotal = 0; field in FitStepsWatchFaceService.Engine423 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()