Searched refs:BatteryHistoryPreference (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryPreference.java34 public class BatteryHistoryPreference extends Preference { class in inherits:Preference
35 private static final String TAG = "BatteryHistoryPreference";
45 public BatteryHistoryPreference(Context context, AttributeSet attrs) { method in class:BatteryHistoryPreference
H A DPowerUsageBase.java92 protected void updatePreference(BatteryHistoryPreference historyPref) {
H A DPowerUsageAdvanced.java76 @VisibleForTesting BatteryHistoryPreference mHistPref;
118 mHistPref = (BatteryHistoryPreference) findPreference(KEY_BATTERY_GRAPH);
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DBatteryHistoryPreferenceTest.java66 private BatteryHistoryPreference mBatteryHistoryPreference;
75 mBatteryHistoryPreference = new BatteryHistoryPreference(context, null);
H A DPowerUsageAdvancedTest.java92 private BatteryHistoryPreference mHistPref;

Completed in 92 milliseconds