Searched refs:BatteryHistoryPreference (Results 1 – 2 of 2) sorted by relevance
71 private BatteryHistoryPreference mHistPref;160 if (preference instanceof BatteryHistoryPreference) { in onPreferenceTreeClick()254 mHistPref = new BatteryHistoryPreference(getActivity(), mStatsHelper.getStats(), in refreshStats()
36 public class BatteryHistoryPreference extends Preference { class45 public BatteryHistoryPreference(Context context, BatteryStats stats, Intent batteryBroadcast) { in BatteryHistoryPreference() method in BatteryHistoryPreference