Searched refs:mOpModes (Results 1 – 1 of 1) sorted by relevance
122 private @OpMode int mOpModes; field in WifiAvailableChannel126 mOpModes = opModes; in WifiAvailableChannel()135 mOpModes = in.readInt(); in readFromParcel()149 return mOpModes; in getOperationalModes()175 && mOpModes == that.mOpModes; in equals()180 return Objects.hash(mFrequency, mOpModes); in hashCode()189 .append(String.format("%x", mOpModes)); in toString()196 dest.writeInt(mOpModes); in writeToParcel()