Searched refs:mTotal (Results 1 – 5 of 5) sorted by relevance
24 private long mTotal; field in CpuUsageInfo40 mTotal = totalTime; in CpuUsageInfo()63 return mTotal; in getTotal()74 out.writeLong(mTotal); in writeToParcel()79 mTotal = in.readLong(); in readFromParcel()
52 private long mTotal; field in InstallerTest.Timer63 mTotal += SystemClock.currentTimeMicro() - mStart; in stop()68 mTotal = 0; in reset()73 return mTitle + ": " + (mTotal / 1000) + "ms"; in toString()
375 mTotal += sample; in add()379 float average() { return mTotal / mCount; } in average()390 float mTotal = 0.0f; member in android::MinMaxAverage
567 mTotal += sample; in add()571 float average() { return mTotal / mCount; } in average()582 float mTotal = 0.0f; member in android::uirenderer::VectorDrawable::MinMaxAverage
39038 Landroid/os/CpuUsageInfo;->mTotal:J