Searched refs:recordedCallCount (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | BatteryStatsBinderCallStatsTest.java | 67 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()
|
D | SystemServicePowerCalculatorTest.java | 257 stat1.recordedCallCount = 100; in prepareBatteryStats() 267 stat2.recordedCallCount = 100; in prepareBatteryStats()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BinderCallsStats.java | 318 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/ |
D | BinderCallsStatsTest.java | 96 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/ |
D | BatteryStatsImpl.java | 7395 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/ |
D | StatsPullAtomService.java | 2790 callStat.maxRequestSizeBytes, callStat.recordedCallCount,
|