Searched refs:mOpModes (Results 1 – 1 of 1) sorted by relevance
128 private @OpMode int mOpModes; field in WifiAvailableChannel145 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()