Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiAvailableChannel.java128 private @OpMode int mOpModes; field in WifiAvailableChannel
145 mOpModes = opModes; in WifiAvailableChannel()
155 mOpModes = in.readInt(); in readFromParcel()
170 return mOpModes; in getOperationalModes()
210 && mOpModes == that.mOpModes in equals()
216 return Objects.hash(mFrequency, mOpModes, mChannelWidth); in hashCode()
227 .append(String.format("%x", mOpModes)); in toString()
234 dest.writeInt(mOpModes); in writeToParcel()