Searched refs:BatteryHistoryPreference (Results 1 – 4 of 4) sorted by relevance
58 private BatteryHistoryPreference mBatteryHistoryPreference;67 mBatteryHistoryPreference = new BatteryHistoryPreference(context, null); in setUp()
38 public class BatteryHistoryPreference extends Preference { class51 public BatteryHistoryPreference(Context context, AttributeSet attrs) { in BatteryHistoryPreference() method in BatteryHistoryPreference
53 BatteryHistoryPreference mHistPref;71 mHistPref = (BatteryHistoryPreference) findPreference(KEY_BATTERY_GRAPH); in onCreate()
102 protected void updatePreference(BatteryHistoryPreference historyPref) { in updatePreference()