Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java505 private final Map<String, Long> mPowerStatsThrottlePeriods; field in BatteryStatsImpl.BatteryStatsConfig
511 mPowerStatsThrottlePeriods = Map.of(); in BatteryStatsConfig()
524 mPowerStatsThrottlePeriods = builder.mPowerStatsThrottlePeriods; in BatteryStatsConfig()
550 return mPowerStatsThrottlePeriods.getOrDefault(powerComponentName, in getPowerStatsThrottlePeriod()
565 private final Map<String, Long> mPowerStatsThrottlePeriods = new HashMap<>(); field in BatteryStatsImpl.BatteryStatsConfig.Builder
606 mPowerStatsThrottlePeriods.put(powerComponentName, periodMs); in setPowerStatsThrottlePeriodMillis()