History log of /frameworks/base/telephony/java/android/telephony/CellSignalStrengthWcdma.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9d729c5304508b355345e5490d69f9509bb1cb4d 30-Jan-2018 Nathan Harold <nharold@google.com> CellSignalStrength cleanup

Remove a few duplicated initialization methods
in the CellSignalStrength classes. They were
either not being used or were trivially refactored
in to their respective constructors.

Bug: 72742517
Test: compilation
Change-Id: I7115eace62dc0b6d59ea25deedaf5a0d0f270496
/frameworks/base/telephony/java/android/telephony/CellSignalStrengthWcdma.java
017e7f90eea67b0ecd002d1ab193f60238ad0555 30-Jan-2018 Nathan Harold <nharold@google.com> Update hashCode in CellSignalStrength classes

The CellSignalStrength hashCode function was using a
fairly ineffective method of hashing. An External
reporter requested that we fix it. This CL moves to
using the Objects.hash() implementation.

Bug: 22479413
Test: compilation
Change-Id: Ic017ba54ef757fd3ec3e5000ac61108dd836bd8a
/frameworks/base/telephony/java/android/telephony/CellSignalStrengthWcdma.java
e3a9cbc052db7f00a96cc7b9580097d67538f360 18-Apr-2013 Wink Saville <wink@google.com> Add CellInfoWcdma and related classes.

Update javadoc's to define invalid values are Integer.MAX_VALUE.

Bug: 8622081
Change-Id: I513a67d4b46b72f03e0c3360abcc0ad5222c1c13
/frameworks/base/telephony/java/android/telephony/CellSignalStrengthWcdma.java