Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DDebugEstimatesLoader.java32 public class DebugEstimatesLoader extends AsyncLoaderCompat<List<BatteryInfo>> { class
35 public DebugEstimatesLoader(Context context, BatteryStatsHelper statsHelper) { in DebugEstimatesLoader() method in DebugEstimatesLoader
DPowerUsageSummary.java130 return new DebugEstimatesLoader(getContext(), mStatsHelper);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DDebugEstimatesLoader.java34 public class DebugEstimatesLoader extends AsyncLoaderCompat<List<BatteryInfo>> { class
37 public DebugEstimatesLoader(Context context, BatteryStatsHelper statsHelper) { in DebugEstimatesLoader() method in DebugEstimatesLoader
DPowerUsageSummary.java143 return new DebugEstimatesLoader(getContext(), mStatsHelper);