Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DCoexUnsafeChannel.java49 private int mPowerCapDbm; field in CoexUnsafeChannel
62 mPowerCapDbm = POWER_CAP_NONE; in CoexUnsafeChannel()
78 mPowerCapDbm = powerCapDbm; in CoexUnsafeChannel()
96 return mPowerCapDbm; in getPowerCapDbm()
106 && mPowerCapDbm == that.mPowerCapDbm; in equals()
111 return Objects.hash(mBand, mChannel, mPowerCapDbm); in hashCode()
127 if (mPowerCapDbm != POWER_CAP_NONE) { in toString()
128 sj.append(", ").append(mPowerCapDbm).append("dBm"); in toString()
145 dest.writeInt(mPowerCapDbm); in writeToParcel()