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

  /system/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/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/core/java/com/android/internal/os/
BatteryStatsImpl.java 497 long mTotalTime;
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=" + mTotalTime)
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 109 mTotalTime = (TextView) findViewById(R.id.totaltime);
    [all...]

Completed in 1049 milliseconds