Searched refs:BatteryEstimateFetcher (Results 1 – 2 of 2) sorted by relevance
22 import com.android.systemui.battery.BatteryMeterView.BatteryEstimateFetcher61 private class Fetcher : BatteryEstimateFetcher {
91 private BatteryEstimateFetcher mBatteryEstimateFetcher;219 void setBatteryEstimateFetcher(BatteryEstimateFetcher fetcher) { in setBatteryEstimateFetcher()398 public interface BatteryEstimateFetcher { interface in BatteryMeterView