Home
last modified time | relevance | path

Searched refs:mDetectionMethod (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DConnectivityDiagnosticsManager.java440 @DetectionMethod private final int mDetectionMethod; field in ConnectivityDiagnosticsManager.DataStallReport
475 mDetectionMethod = detectionMethod; in DataStallReport()
506 return mDetectionMethod; in getDetectionMethod()
553 && mDetectionMethod == that.mDetectionMethod in equals()
565 mDetectionMethod, in hashCode()
582 dest.writeInt(mDetectionMethod); in writeToParcel()