Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfd890a1 authored by Benjamin Schwartz's avatar Benjamin Schwartz Committed by Gerrit Code Review
Browse files

Merge "power/stats: Clean up warnings"

parents 7c130397 ff858d56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ package android.hardware.power.stats;
parcelable EnergyConsumer {
  int id;
  int ordinal;
  android.hardware.power.stats.EnergyConsumerType type;
  android.hardware.power.stats.EnergyConsumerType type = android.hardware.power.stats.EnergyConsumerType.OTHER;
  @utf8InCpp String name;
}
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ parcelable EnergyConsumer {
    int ordinal;

    /* Type of this EnergyConsumer */
    EnergyConsumerType type;
    EnergyConsumerType type = EnergyConsumerType.OTHER;

    /**
     * Unique name of this EnergyConsumer. Vendor/device specific. Opaque to framework