Class android.net.ConnectivityDiagnosticsManager.DataStallReport

Added interface android.os.Parcelable.

Change from non-final to final.

Changed Constructors
ConnectivityDiagnosticsManager.
DataStallReport
(Network,
long, int, LinkProperties, NetworkCapabilities, PersistableBundle)
Change in type from (Network, long, int, PersistableBundle) to (Network, long, int, LinkProperties, NetworkCapabilities, PersistableBundle).
 
 

Added Methods
int describeContents()  
int getDetectionMethod()  
LinkProperties getLinkProperties()  
Network getNetwork()  
NetworkCapabilities getNetworkCapabilities()  
long getReportTimestamp()  
PersistableBundle getStallDetails()  
void writeToParcel(Parcel, int)  
 

Removed Fields
int detectionMethod  
Network network  
long reportTimestamp  
PersistableBundle stallDetails  
 

Added Fields
Creator<DataStallReport> CREATOR  
int DETECTION_METHOD_DNS_EVENTS  
int DETECTION_METHOD_TCP_METRICS  
String KEY_DNS_CONSECUTIVE_TIMEOUTS  
String KEY_TCP_METRICS_COLLECTION_PERIOD_MILLIS  
String KEY_TCP_PACKET_FAIL_RATE