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.java499 long mTotalTime; field in BatteryStatsImpl.Timer
535 mTotalTime = in.readLong(); in Timer()
557 mTotalTime = mLoadedTime = mLastTime = 0; in reset()
596 + " old mTotalTime=" + mTotalTime); in plug()
598 mTotalTime = computeRunTimeLocked(batteryRealtime); in plug()
602 + ": new mTotalTime=" + mTotalTime); in plug()
661 pw.println(prefix + "mTotalTime=" + mTotalTime in logState()
677 mTotalTime = mLoadedTime = in.readLong() * 1000; in readSummaryFromParcelLocked()
679 mUnpluggedTime = mTotalTime; in readSummaryFromParcelLocked()
800 return mTotalTime + (mInDischarge && mTrackingReportedValues in computeRunTimeLocked()
[all …]