Merge "Update Javadoc comments for ConnectivityDiagnostics constants." am: 0b6dd36a52 am: 438f8bbe71
Change-Id: I915de84881b04695b63769b270e6bddaeeceb1da
This commit is contained in:
@@ -368,7 +368,14 @@ public class ConnectivityDiagnosticsManager {
|
|||||||
|
|
||||||
/** Class that includes information for a suspected data stall on a specific Network */
|
/** Class that includes information for a suspected data stall on a specific Network */
|
||||||
public static final class DataStallReport implements Parcelable {
|
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;
|
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;
|
public static final int DETECTION_METHOD_TCP_METRICS = 2;
|
||||||
|
|
||||||
/** @hide */
|
/** @hide */
|
||||||
|
|||||||
Reference in New Issue
Block a user