Searched refs:recordedCallCount (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BatteryStatsBinderCallStatsTest.java | 62 stat1.recordedCallCount = 5; in testNoteBinderCallStats() 72 stat2.recordedCallCount = 8; in testNoteBinderCallStats() 88 assertEquals(8, value.recordedCallCount); in testNoteBinderCallStats() 107 stat1a.recordedCallCount = 5; in testProportionalSystemServiceUsage_noStatsForSomeMethods() 114 stat1b.recordedCallCount = 15; in testProportionalSystemServiceUsage_noStatsForSomeMethods()
|
H A D | SystemServicePowerCalculatorTest.java | 244 stat1.recordedCallCount = 100; in prepareBatteryStats() 254 stat2.recordedCallCount = 100; in prepareBatteryStats()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A 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() 900 public long recordedCallCount; field in BinderCallsStats.ExportedCallStat 920 public long recordedCallCount; field in BinderCallsStats.CallStat 953 clone.recordedCallCount = recordedCallCount; in clone() [all …]
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BinderCallsStatsTest.java | 83 assertEquals(1, uidEntry.recordedCallCount); in testDetailedOff() 93 assertEquals(1, uidEntry.recordedCallCount); in testDetailedOff() 102 assertEquals(1, uidEntry.recordedCallCount); in testDetailedOff() 205 assertEquals(2, callStats.recordedCallCount); in testSampling() 232 assertEquals(1, uidEntry.recordedCallCount); in testSamplingWithDifferentApis() 240 assertEquals(1, callStats.recordedCallCount); in testSamplingWithDifferentApis() 264 assertEquals(2, uidEntry.recordedCallCount); in testSharding() 580 assertEquals(1, stat.recordedCallCount); in testGetExportedStatsWhenDetailedTrackingEnabled() 749 assertEquals(2, callStats.recordedCallCount); in testTrackScreenInteractiveDisabled() 779 assertEquals(2, callStats.recordedCallCount); in testTrackCallingUidDisabled() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 7068 totalRecordedCallCount += stats.recordedCallCount; in updateSystemServiceCallStats() 7086 if (stats.recordedCallCount > 0) { in updateSystemServiceCallStats() 7088 stats.callCount * stats.recordedCpuTimeMicros / stats.recordedCallCount; in updateSystemServiceCallStats() 7742 public long recordedCallCount; field in BatteryStatsImpl.BinderCallStats 7781 + " recordedCallCount=" + recordedCallCount in toString() 9693 bcs.recordedCallCount = stat.recordedCallCount; in noteBinderCallStatsLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/ |
H A D | StatsPullAtomService.java | 2631 callStat.maxRequestSizeBytes, callStat.recordedCallCount,
|