Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java7062 long totalRecordedCallTimeMicros = 0; in updateSystemServiceCallStats() local
7069 totalRecordedCallTimeMicros += stats.recordedCpuTimeMicros; in updateSystemServiceCallStats()
7091 stats.callCount * totalRecordedCallTimeMicros / totalRecordedCallCount; in updateSystemServiceCallStats()
7099 (uid.mBinderCallCount - totalCallCountForUid) * totalRecordedCallTimeMicros in updateSystemServiceCallStats()