Searched refs:BatteryHistoryPreference (Results 1 – 3 of 3) sorted by relevance
37 public class BatteryHistoryPreference extends Preference { class44 public BatteryHistoryPreference(Context context, AttributeSet attrs) { in BatteryHistoryPreference() method in BatteryHistoryPreference
73 BatteryStatsHelper.dropFile(getActivity(), BatteryHistoryPreference.BATTERY_HISTORY_FILE); in onResume()127 protected void updatePreference(BatteryHistoryPreference historyPref) { in updatePreference()
72 private BatteryHistoryPreference mHistPref;88 mHistPref = (BatteryHistoryPreference) findPreference(KEY_BATTERY_HISTORY); in onCreate()