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

Change-Id: Icf694f44f543756e117e5eb18f0c46a15fa517ed
This commit is contained in:
Automerger Merge Worker
2020-03-16 15:56:46 +00:00

View File

@@ -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 */