Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/
DNetworkProviderInfo.java95 private final int mConnectionStrength; field in NetworkProviderInfo
107 private int mConnectionStrength; field in NetworkProviderInfo.Builder
188 mConnectionStrength = connectionStrength; in setConnectionStrength()
212 mIsBatteryCharging, mConnectionStrength, mExtras); in build()
240 mConnectionStrength = connectionStrength; in NetworkProviderInfo()
301 return mConnectionStrength; in getConnectionStrength()
323 && mConnectionStrength == other.mConnectionStrength; in equals()
329 mIsBatteryCharging, mConnectionStrength); in hashCode()
339 dest.writeInt(mConnectionStrength); in writeToParcel()
380 .append(", connectionStrength=").append(mConnectionStrength) in toString()