Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhysicalChannelConfig.java58 private int mCellBandwidthDownlinkKhz; field in PhysicalChannelConfig
62 mCellBandwidthDownlinkKhz = bandwidth; in PhysicalChannelConfig()
67 mCellBandwidthDownlinkKhz = in.readInt(); in PhysicalChannelConfig()
78 dest.writeInt(mCellBandwidthDownlinkKhz); in writeToParcel()
85 return mCellBandwidthDownlinkKhz; in getCellBandwidthDownlink()
128 && mCellBandwidthDownlinkKhz == config.mCellBandwidthDownlinkKhz; in equals()
133 return (mCellBandwidthDownlinkKhz * 29) + (mCellConnectionStatus * 31); in hashCode()
153 .append(mCellBandwidthDownlinkKhz) in toString()