Searched refs:mMobileRadioPowerStatsCollector (Results 1 – 1 of 1) sorted by relevance
298 private final MobileRadioPowerStatsCollector mMobileRadioPowerStatsCollector; field in BatteryStatsImpl5922 if (mMobileRadioPowerStatsCollector.isEnabled()) { in noteMobileRadioPowerStateLocked()5923 mMobileRadioPowerStatsCollector.schedule(); in noteMobileRadioPowerStateLocked()6102 mMobileRadioPowerStatsCollector.schedule(); in notePhoneOnLocked()6115 mMobileRadioPowerStatsCollector.schedule(); in notePhoneOffLocked()11273 mMobileRadioPowerStatsCollector = new MobileRadioPowerStatsCollector( in BatteryStatsImpl()11275 mMobileRadioPowerStatsCollector.addConsumer(this::recordPowerStats); in BatteryStatsImpl()14694 mMobileRadioPowerStatsCollector.setEnabled(14696 mMobileRadioPowerStatsCollector.schedule();14719 return mMobileRadioPowerStatsCollector;[all …]