Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java7408 int totalCallCountForUid = 0; in updateSystemServiceCallStats() local
7412 totalCallCountForUid += stats.callCount; in updateSystemServiceCallStats()
7422 if (totalCallCountForUid < uid.mBinderCallCount && totalRecordedCallCount > 0) { in updateSystemServiceCallStats()
7426 (uid.mBinderCallCount - totalCallCountForUid) * totalRecordedCallTimeMicros in updateSystemServiceCallStats()