Searched refs:mTotal (Results 1 – 6 of 6) 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()
353 mTotal += sample; in add()357 float average() { return mTotal / mCount; } in average()368 float mTotal = 0.0f; member in android::MinMaxAverage
333 private final KeyValueListParser.IntValue mTotal; field in JobSchedulerService.MaxJobCounts339 mTotal = new KeyValueListParser.IntValue(totalKey, totalDefault); in MaxJobCounts()345 mTotal.parse(parser); in parse()349 if (mTotal.getValue() < 1) { in parse()350 mTotal.setValue(1); in parse()351 } else if (mTotal.getValue() > MAX_JOB_CONTEXTS_COUNT) { in parse()352 mTotal.setValue(MAX_JOB_CONTEXTS_COUNT); in parse()357 } else if (mMaxBg.getValue() > mTotal.getValue()) { in parse()358 mMaxBg.setValue(mTotal.getValue()); in parse()366 if (mMinBg.getValue() >= mTotal.getValue()) { in parse()[all …]
643 mTotal += sample; in add()647 float average() { return mTotal / mCount; } in average()658 float mTotal = 0.0f; member in android::uirenderer::VectorDrawable::MinMaxAverage
49554 Landroid/os/CpuUsageInfo;->mTotal:J