HomeSort by relevance Sort by last modified time
    Searched defs:mTotalTime (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineButtonsTest.java 30 private View mTotalTime;
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/media/mca/filterfw/java/android/filterfw/core/
StopWatchMap.java 33 private long mTotalTime;
39 mTotalTime = 0;
57 mTotalTime += stopTime - mStartTime;
62 String.format("%.1f", mTotalTime * 1.0f / mNumCalls));
63 mTotalTime = 0;
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 116 private long mTotalTime;
303 mTotalTime += mStopTime;
483 sb.append("totalTime=" + (mTotalTime + currentSessionLength) + ", ");
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 109 mTotalTime = (TextView) findViewById(R.id.totaltime);
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 499 long mTotalTime;
503 * mTotalTime to find the time for the current run of the system.
514 * The value of mTotalTime when unplug() was last called. Subtract
515 * this from mTotalTime to find the time since the last unplug from
535 mTotalTime = in.readLong();
557 mTotalTime = mLoadedTime = mLastTime = 0;
596 + " old mTotalTime=" + mTotalTime);
598 mTotalTime = computeRunTimeLocked(batteryRealtime);
602 + ": new mTotalTime=" + mTotalTime)
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 262 milliseconds