Searched refs:BatteryHistoryPreference (Results 1 – 3 of 3) sorted by relevance
30 public class BatteryHistoryPreference extends Preference { class37 public BatteryHistoryPreference(Context context, AttributeSet attrs) { in BatteryHistoryPreference() method in BatteryHistoryPreference
64 @VisibleForTesting BatteryHistoryPreference mHistPref;
45 private BatteryHistoryPreference mBatteryHistoryPreference;54 mBatteryHistoryPreference = new BatteryHistoryPreference(context, null); in setUp()