Searched refs:totalRecordedCallCount (Results 1 – 1 of 1) sorted by relevance
7388 int totalRecordedCallCount = 0; in updateSystemServiceCallStats() local7395 totalRecordedCallCount += stats.recordedCallCount; in updateSystemServiceCallStats()7416 } else if (totalRecordedCallCount > 0) { in updateSystemServiceCallStats()7418 stats.callCount * totalRecordedCallTimeMicros / totalRecordedCallCount; in updateSystemServiceCallStats()7422 if (totalCallCountForUid < uid.mBinderCallCount && totalRecordedCallCount > 0) { in updateSystemServiceCallStats()7427 / totalRecordedCallCount; in updateSystemServiceCallStats()