Home
last modified time | relevance | path

Searched refs:recordedCpuTimeMicros (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsBinderCallStatsTest.java94 assertEquals(500, value.recordedCpuTimeMicros); in testNoteBinderCallStats()
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java7396 totalRecordedCallTimeMicros += stats.recordedCpuTimeMicros; in updateSystemServiceCallStats()
7415 stats.callCount * stats.recordedCpuTimeMicros / stats.recordedCallCount; in updateSystemServiceCallStats()
8079 public long recordedCpuTimeMicros; field in BatteryStatsImpl.BinderCallStats
8118 + " recorderCpuTimeMicros=" + recordedCpuTimeMicros in toString()
10042 bcs.recordedCpuTimeMicros = stat.cpuTimeMicros; in noteBinderCallStatsLocked()