History log of /frameworks/base/telephony/java/android/telephony/CellIdentityWcdma.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0c86efdbd93beba03f29bf4a771bd0917d3af46a 27-Jan-2016 Sanket Padawe <sanketpadawe@google.com> Cellinfo: Update to version 12

Add support for:
GSM: arfcn, bsic, ta
WCDMA: uarfcn
LTE: earfcn
Updated public APIs for getting above fields.

Bug: 23528586
Change-Id: I97e18856bb41c5592f89641eac7d4a3dbef43d5d
/frameworks/base/telephony/java/android/telephony/CellIdentityWcdma.java
d44d16f7003a57eb4ac99d4730fa4d5a0f0474c8 26-Jan-2016 Narayan Kamath <narayan@google.com> Revert "Cellinfo: Update to version 12"

This reverts commit aa2be45a560b37c5249600667ee36a9f156515c2.

Change-Id: I5cc76b15b311e47bc5a892704930d218c9f72b0d
/frameworks/base/telephony/java/android/telephony/CellIdentityWcdma.java
aa2be45a560b37c5249600667ee36a9f156515c2 25-Jan-2016 Sanket Padawe <sanketpadawe@google.com> Cellinfo: Update to version 12

Add support for:
GSM: arfcn, bsic, ta
WCDMA: uarfcn
LTE: earfcn
Updated public APIs for getting above fields.

Bug: 23528586

Change-Id: I538a9f392550716d8a9a90e01fc88bc082ef7b81
/frameworks/base/telephony/java/android/telephony/CellIdentityWcdma.java
7d1d2e39f382416ffa8db8771c83e4f9e2f53adc 30-Aug-2014 Brian Williammee <bwill@google.com> Improve equals and hashCode in CellIdentityXxx methods

The equals methods were a lot of dead code that boiled down to
seeing if two references pointed to the same object. The hashCode
methods were likely to result in collisions on unequal objects.

Bug: 10328291
Change-Id: I4bd93efd1f4a34e9dec55ac05868df37368abd6a
/frameworks/base/telephony/java/android/telephony/CellIdentityWcdma.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/CellIdentityWcdma.java