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

Commit a3d93069 authored by Michael Wachenschwanz's avatar Michael Wachenschwanz
Browse files

Fix units is getActiveRadioDuration documentation

Bug: 207697945
Test: n/a
Change-Id: Ie6d2846fe37962e6ce87c0bf35c5ee463b110901
parent be79640c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2681,7 +2681,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.
     *
@@ -2701,7 +2701,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.
     *
@@ -2722,7 +2722,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.
     *