Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java6885 int totalRecordedCallCount = 0; in updateSystemServiceCallStats() local
6892 totalRecordedCallCount += stats.recordedCallCount; in updateSystemServiceCallStats()
6913 } else if (totalRecordedCallCount > 0) { in updateSystemServiceCallStats()
6915 stats.callCount * totalRecordedCallTimeMicros / totalRecordedCallCount; in updateSystemServiceCallStats()
6919 if (totalCallCountForUid < uid.mBinderCallCount && totalRecordedCallCount > 0) { in updateSystemServiceCallStats()
6924 / totalRecordedCallCount; in updateSystemServiceCallStats()