Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsBinderCallStatsTest.java67 stat1.recordedCallCount = 5; in testNoteBinderCallStats()
77 stat2.recordedCallCount = 8; in testNoteBinderCallStats()
93 assertEquals(8, value.recordedCallCount); in testNoteBinderCallStats()
111 stat1a.recordedCallCount = 5; in testProportionalSystemServiceUsage_noStatsForSomeMethods()
118 stat1b.recordedCallCount = 15; in testProportionalSystemServiceUsage_noStatsForSomeMethods()
DSystemServicePowerCalculatorTest.java257 stat1.recordedCallCount = 100; in prepareBatteryStats()
267 stat2.recordedCallCount = 100; in prepareBatteryStats()
/frameworks/base/core/java/com/android/internal/os/
DBinderCallsStats.java318 uidEntry.recordedCallCount++; in processCallEnded()
331 callStat.recordedCallCount++; in processCallEnded()
542 exported.recordedCallCount = stat.recordedCallCount; in getExportedCallStat()
580 callStat.recordedCallCount = 1; in createDebugEntry()
649 .append(',').append(e.recordedCallCount) in dumpLocked()
663 totalRecordedCallsCount += e.recordedCallCount; in dumpLocked()
671 totalRecordedCallsCount += e.recordedCallCount; in dumpLocked()
686 entry.recordedCallCount, entry.callCount, uidStr)); in dumpLocked()
900 public long recordedCallCount; field in BinderCallsStats.ExportedCallStat
920 public long recordedCallCount; field in BinderCallsStats.CallStat
[all …]
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderCallsStatsTest.java96 assertEquals(1, uidEntry.recordedCallCount); in testDetailedOff()
106 assertEquals(1, uidEntry.recordedCallCount); in testDetailedOff()
115 assertEquals(1, uidEntry.recordedCallCount); in testDetailedOff()
218 assertEquals(2, callStats.recordedCallCount); in testSampling()
245 assertEquals(1, uidEntry.recordedCallCount); in testSamplingWithDifferentApis()
253 assertEquals(1, callStats.recordedCallCount); in testSamplingWithDifferentApis()
277 assertEquals(2, uidEntry.recordedCallCount); in testSharding()
593 assertEquals(1, stat.recordedCallCount); in testGetExportedStatsWhenDetailedTrackingEnabled()
762 assertEquals(2, callStats.recordedCallCount); in testTrackScreenInteractiveDisabled()
792 assertEquals(2, callStats.recordedCallCount); in testTrackCallingUidDisabled()
[all …]
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java7395 totalRecordedCallCount += stats.recordedCallCount; in updateSystemServiceCallStats()
7413 if (stats.recordedCallCount > 0) { in updateSystemServiceCallStats()
7415 stats.callCount * stats.recordedCpuTimeMicros / stats.recordedCallCount; in updateSystemServiceCallStats()
8078 public long recordedCallCount; field in BatteryStatsImpl.BinderCallStats
8117 + " recordedCallCount=" + recordedCallCount in toString()
10041 bcs.recordedCallCount = stat.recordedCallCount; in noteBinderCallStatsLocked()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java2790 callStat.maxRequestSizeBytes, callStat.recordedCallCount,