Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java6905 int totalCallCountForUid = 0; in updateSystemServiceCallStats() local
6909 totalCallCountForUid += stats.callCount; in updateSystemServiceCallStats()
6919 if (totalCallCountForUid < uid.mBinderCallCount && totalRecordedCallCount > 0) { in updateSystemServiceCallStats()
6923 (uid.mBinderCallCount - totalCallCountForUid) * totalRecordedCallTimeMicros in updateSystemServiceCallStats()