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

Commit 3bf832c8 authored by Wei Wang's avatar Wei Wang Committed by android-build-merger
Browse files

Merge "Fix RttManager documation unit issue." into oc-dev am: 41c1e3f1

am: a269d60a

Change-Id: Ia1c5fdd5d0cbf3b7b039de73109cdd55fc1f82e9
parents c202e348 a269d60a
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -660,10 +660,10 @@ public class RttManager {
        @Deprecated
        @Deprecated
        public int tx_rate;
        public int tx_rate;


        /** average transmit rate. Unit (100kbps). */
        /** average transmit rate. Unit (kbps). */
        public int txRate;
        public int txRate;


        /** average receiving rate Unit (100kbps). */
        /** average receiving rate Unit (kbps). */
        public int rxRate;
        public int rxRate;


       /**
       /**
@@ -673,7 +673,7 @@ public class RttManager {
        @Deprecated
        @Deprecated
        public long rtt_ns;
        public long rtt_ns;


        /** average round trip time in 0.1 nano second. */
        /** average round trip time in picoseconds. */
        public long rtt;
        public long rtt;


        /**
        /**
@@ -683,7 +683,7 @@ public class RttManager {
        @Deprecated
        @Deprecated
        public long rtt_sd_ns;
        public long rtt_sd_ns;


        /** standard deviation of RTT in 0.1 ns. */
        /** standard deviation of RTT in picoseconds. */
        public long rttStandardDeviation;
        public long rttStandardDeviation;


        /**
        /**
@@ -693,7 +693,7 @@ public class RttManager {
        @Deprecated
        @Deprecated
        public long rtt_spread_ns;
        public long rtt_spread_ns;


        /** spread (i.e. max - min) RTT in 0.1 ns. */
        /** spread (i.e. max - min) RTT in picoseconds. */
        public long rttSpread;
        public long rttSpread;


        /**
        /**