HomeSort by relevance Sort by last modified time
    Searched refs:PowerGaugePreference (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 33 public class PowerGaugePreference extends Preference {
38 public PowerGaugePreference(Context context, Drawable icon, BatterySipper info) {
PowerUsageSummary.java 142 if (!(preference instanceof PowerGaugePreference)) {
145 PowerGaugePreference pgp = (PowerGaugePreference) preference;
220 PowerGaugePreference pref =
221 new PowerGaugePreference(getActivity(), sipper.getIcon(), sipper);
243 PowerGaugePreference pgp =
244 (PowerGaugePreference) findPreference(

Completed in 46 milliseconds