Searched refs:mTotalTime (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineButtonsTest.java30 private View mTotalTime; field in class:BaselineButtonsTest
46 mTotalTime = activity.findViewById(R.id.totaltime);
56 assertNotNull(mTotalTime);
82 assertEquals("TotalTime wrong bottom", pauseHeight, mTotalTime.getBottom());
84 assertTrue("TotalTime too tall", mTotalTime.getTop() > 0);
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java116 private long mTotalTime; field in class:ComprehensiveCountryDetector
303 mTotalTime += mStopTime;
483 sb.append("totalTime=" + (mTotalTime + currentSessionLength) + ", ");
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java497 long mTotalTime; field in class:BatteryStatsImpl.Timer
501 * mTotalTime to find the time for the current run of the system.
512 * The value of mTotalTime when unplug() was last called. Subtract
513 * this from mTotalTime to find the time since the last unplug from
533 mTotalTime = in.readLong();
555 mTotalTime = mLoadedTime = mLastTime = 0;
594 + " old mTotalTime=" + mTotalTime);
596 mTotalTime = computeRunTimeLocked(batteryRealtime);
600 + ": new mTotalTime
1136 public long mTotalTime; field in class:BatteryStatsImpl.KernelWakelockStats
[all...]

Completed in 67 milliseconds