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

Commit 8646f0eb authored by Cody Kesting's avatar Cody Kesting Committed by Android (Google) Code Review
Browse files

Merge "Update Javadoc comments for ConnectivityDiagnostics constants." into rvc-dev

parents cc4eccc7 5b6688ce
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 */