Searched refs:mPowerStatsThrottlePeriods (Results 1 – 1 of 1) sorted by relevance
505 private final Map<String, Long> mPowerStatsThrottlePeriods; field in BatteryStatsImpl.BatteryStatsConfig511 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.Builder606 mPowerStatsThrottlePeriods.put(powerComponentName, periodMs); in setPowerStatsThrottlePeriodMillis()