Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DStopWatchMap.java33 private long mTotalTime; field in StopWatch
39 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()
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
DBaselineButtonsTest.java30 private View mTotalTime; field in BaselineButtonsTest
46 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()
/frameworks/base/services/java/com/android/server/location/
DComprehensiveCountryDetector.java116 private long mTotalTime; field in ComprehensiveCountryDetector
303 mTotalTime += mStopTime; in setCountryListener()
483 sb.append("totalTime=" + (mTotalTime + currentSessionLength) + ", "); in toString()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java511 long mTotalTime; field in BatteryStatsImpl.Timer
547 mTotalTime = in.readLong(); in Timer()
569 mTotalTime = mLoadedTime = mLastTime = 0; in reset()
608 + " old mTotalTime=" + mTotalTime); in plug()
610 mTotalTime = computeRunTimeLocked(batteryRealtime); in plug()
614 + ": new mTotalTime=" + mTotalTime); in plug()
673 pw.println(prefix + "mTotalTime=" + mTotalTime in logState()
689 mTotalTime = mLoadedTime = in.readLong() * 1000; in readSummaryFromParcelLocked()
691 mUnpluggedTime = mTotalTime; in readSummaryFromParcelLocked()
812 return mTotalTime + (mInDischarge && mTrackingReportedValues in computeRunTimeLocked()
[all …]