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

Commit f67bc524 authored by Michael Wachenschwanz's avatar Michael Wachenschwanz Committed by Automerger Merge Worker
Browse files

Merge "Fix units is getActiveRadioDuration documentation" into tm-dev am: 98a2f3a8

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17190007

Change-Id: Iff39176f211ded42cd5eb057149d1533b5992491
parents 7ce580af 98a2f3a8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2683,7 +2683,7 @@ public abstract class BatteryStats implements Parcelable {
    public static final String[] RADIO_ACCESS_TECHNOLOGY_NAMES = {"Other", "LTE", "NR"};

    /**
     * Returns the time in microseconds that the mobile radio has been active on a
     * Returns the time in milliseconds that the mobile radio has been active on a
     * given Radio Access Technology (RAT), at a given frequency (NR RAT only), for a given
     * transmission power level.
     *
@@ -2703,7 +2703,7 @@ public abstract class BatteryStats implements Parcelable {
            long elapsedRealtimeMs);

    /**
     * Returns the time in microseconds that the mobile radio has been actively transmitting data on
     * Returns the time in milliseconds that the mobile radio has been actively transmitting data on
     * a given Radio Access Technology (RAT), at a given frequency (NR RAT only), for a given
     * transmission power level.
     *
@@ -2724,7 +2724,7 @@ public abstract class BatteryStats implements Parcelable {
            long elapsedRealtimeMs);

    /**
     * Returns the time in microseconds that the mobile radio has been actively receiving data on a
     * Returns the time in milliseconds that the mobile radio has been actively receiving data on a
     * given Radio Access Technology (RAT), at a given frequency (NR RAT only), for a given
     * transmission power level.
     *