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

Commit 246bbd40 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Update Javadoc comments for ConnectivityDiagnostics constants." into...

Merge "Update Javadoc comments for ConnectivityDiagnostics constants." into rvc-dev am: 8646f0eb am: 2524918a

Change-Id: I6edc35a1efecfe514a51503a9569b5de22124a66
parents 62678aec 2524918a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -368,7 +368,14 @@ public class ConnectivityDiagnosticsManager {

    /** Class that includes information for a suspected data stall on a specific Network */
    public static final class DataStallReport implements Parcelable {
        /**
         * Indicates that the Data Stall was detected using DNS events.
         */
        public static final int DETECTION_METHOD_DNS_EVENTS = 1;

        /**
         * Indicates that the Data Stall was detected using TCP metrics.
         */
        public static final int DETECTION_METHOD_TCP_METRICS = 2;

        /** @hide */