Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java1267 getRxDurationCounter(frequencyRange, true).addCountLocked(durationMs); in incrementRxDuration()
1368 getRxDurationCounter(freq, true).readSummaryFromParcelLocked(in); in readSummaryFromParcel()
1401 private LongSamplingCounter getRxDurationCounter( in getRxDurationCounter() method in BatteryStatsImpl.RadioAccessTechnologyBatteryStats
7688 final LongSamplingCounter counter = stats.getRxDurationCounter(frequencyRange, false); in getActiveRxRadioDurationMs()