Searched refs:mTotalTime (Results 1 – 5 of 5) sorted by relevance
33 private long mTotalTime; field in StopWatch39 mTotalTime = 0; in StopWatch()57 mTotalTime += stopTime - mStartTime; in stop()62 String.format("%.1f", mTotalTime * 1.0f / mNumCalls)); in stop()63 mTotalTime = 0; in stop()
30 private View mTotalTime; field in BaselineButtonsTest46 mTotalTime = activity.findViewById(R.id.totaltime); in setUp()56 assertNotNull(mTotalTime); in testPreconditions()82 assertEquals("TotalTime wrong bottom", pauseHeight, mTotalTime.getBottom()); in testLayout()84 assertTrue("TotalTime too tall", mTotalTime.getTop() > 0); in testLayout()
58 final TextView mTotalTime; field in PlaybackControlsPresenter.ViewHolder70 mTotalTime = (TextView) rootView.findViewById(R.id.total_time); in ViewHolder()91 ((MarginLayoutParams) mTotalTime.getLayoutParams()).getMarginEnd(); in ViewHolder()141 mTotalTime.setVisibility(View.GONE); in setTotalTime()144 mTotalTime.setVisibility(View.VISIBLE); in setTotalTime()147 mTotalTime.setText(mTotalTimeStringBuilder.toString()); in setTotalTime()271 lp = (MarginLayoutParams) vh.mTotalTime.getLayoutParams(); in enableTimeMargins()273 vh.mTotalTime.setLayoutParams(lp); in enableTimeMargins()
115 private long mTotalTime; field in ComprehensiveCountryDetector302 mTotalTime += mStopTime; in setCountryListener()482 sb.append("totalTime=" + (mTotalTime + currentSessionLength) + ", "); in toString()
883 long mTotalTime; field in BatteryStatsImpl.Timer918 mTotalTime = in.readLong(); in Timer()923 if (DEBUG) Log.i(TAG, "**** READ TIMER #" + mType + ": mTotalTime=" + mTotalTime); in Timer()941 mTotalTime = mLoadedTime = mLastTime = 0; in reset()982 + " old mTotalTime=" + mTotalTime); in onTimeStopped()984 mTotalTime = computeRunTimeLocked(baseRealtime); in onTimeStopped()988 + ": new mTotalTime=" + mTotalTime); in onTimeStopped()1036 pw.println(prefix + "mTotalTime=" + mTotalTime in logState()1051 mTotalTime = mLoadedTime = in.readLong(); in readSummaryFromParcelLocked()1053 mUnpluggedTime = mTotalTime; in readSummaryFromParcelLocked()[all …]