Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DConnectivityDiagnosticsManager.java441 @DetectionMethod private final int mDetectionMethod; field in ConnectivityDiagnosticsManager.DataStallReport
476 mDetectionMethod = detectionMethod; in DataStallReport()
507 return mDetectionMethod; in getDetectionMethod()
554 && mDetectionMethod == that.mDetectionMethod in equals()
566 mDetectionMethod, in hashCode()
583 dest.writeInt(mDetectionMethod); in writeToParcel()