Searched refs:BatteryTipLoader (Results 1 – 3 of 3) sorted by relevance
41 public class BatteryTipLoader extends AsyncLoaderCompat<List<BatteryTip>> { class48 public BatteryTipLoader(Context context, BatteryUsageStats batteryUsageStats) { in BatteryTipLoader() method in BatteryTipLoader
67 private BatteryTipLoader mBatteryTipLoader;78 mBatteryTipLoader = new BatteryTipLoader(mContext, mBatteryUsageStats); in setUp()
42 import com.android.settings.fuelgauge.batterytip.BatteryTipLoader;111 return new BatteryTipLoader(getContext(), mBatteryUsageStats);