History log of /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CellIdentityWcdmaTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6da36e04115847978aed09edb7a4f5f5906dc9f8 22-Mar-2018 Cassie <xih@google.com> Move alpha long/short to the base CellIdentity according API Review.

Bug: 74831568
Test: Telephony sanity
Change-Id: I919a7619a9cf16b56c3ab2643ae2a0f880c66ebc
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CellIdentityWcdmaTest.java
99cc5e6ad7be178e9b17e58ac55bb5136ef50ee9 21-Feb-2018 Eric Schwarzenbach <easchwar@google.com> Update ServiceState channel number from regState.

Bug: 73728783
Test: runtest frameworks-telephony
Test: manual
Change-Id: I64e2b092c2fa8a6746fc53e38c4ce6b8245e6c92
Merged-In: I64e2b092c2fa8a6746fc53e38c4ce6b8245e6c92
(cherry picked from commit b08281a7afb76ddba0b665ad44a2a2a75619064a)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CellIdentityWcdmaTest.java
dfbbb29a3dcb1fbb850c50912beaf0ace47c24c9 28-Feb-2018 Cassie <xih@google.com> Expand use of 'Str' suffix in CellIdentity to 'String'

Expand use of 'Str' suffix in CellIdentity to 'String' to match general
usage across Android according to the API Review.

Bug: 73751308
Test: Unit test
Change-Id: I4ca7805f77a8eea9a6adbd2c6ceb0c206a3c0a7e
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CellIdentityWcdmaTest.java
7aa0254d5d8f08163b3702a2a1c9602366f568d8 31-Dec-2017 Jack Yu <jackyu@google.com> Added Cell identity for TD-SCDMA and a base class CellIdentity

Added CellIdentityTdscdma for TDS-CDMA cell identity. Also added
a base class for existing CellIdentityXxx so that the network
service can return specific RAT cell identity through the
network service callback API which takes generic cell identity
as the parameter.

This is the preliminary change for IWLAN refactoring since cell
identity is part of the CS/PS network registration.

bug: 64132030
Test: Unit tests
Change-Id: Ieea70a9e4d05ff2710c9d11de2f0984996817f73
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CellIdentityWcdmaTest.java
eed44fa8e0d6837d75efe98c6010aa3bdbce3b6f 01-Dec-2017 Cassie <xih@google.com> Quick fix the getMobileNetworkOperator() in CellIdentity.

Add test case on setting mcc as null in the constructor.

Bug: 69915536
Test: Basic telephony sanity
Change-Id: I5212a236b9c8efe13b66cef5239b84c64e7368fa
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CellIdentityWcdmaTest.java
e2be13c62d7f340a6560c61e2e925d8608f1024c 16-Nov-2017 Cassie <xih@google.com> Adjust the logic of constructing the Parcel in convertHalCellInfoList.

Due to the changes in the constructing CellIdentity from Parcel, we need
to adjust the sequence when write into Parcel in the function
convertHalCellInfoList. Added Unit test for the changes as well.

Bug: 63984327
Test: Basic telephony sanity
Change-Id: I3c58b2e478fb2070039db8278656f90bb7776cd4
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CellIdentityWcdmaTest.java
abbf305669d446b2e7a3fbeaf91d17e475a7e390 15-Nov-2017 Cassie Han <xih@google.com> Revert "Adjust the logic of constructing the Parcel in convertHalCellInfoList."

Bug: 69349963
Bug: 69096589
Bug: 63984327

This reverts commit c10564eaf097cf7942c8d9476918f86f54d15403.

Change-Id: I193b7bacfa68694380df81bc4424876b2fec6bb2
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CellIdentityWcdmaTest.java
c10564eaf097cf7942c8d9476918f86f54d15403 09-Nov-2017 Cassie <xih@google.com> Adjust the logic of constructing the Parcel in convertHalCellInfoList.

Due to the changes in the constructing CellIdentity from Parcel, we need
to adjust the sequence when write into Parcel in the function
convertHalCellInfoList. Added Unit test for the changes as well.

Bug: 69096589
Bug: 63984327
Test: Basic telephony sanity
Change-Id: I76a5bed59c6da429048fc03c9fa5415aa4c0a855
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CellIdentityWcdmaTest.java
e20f8c78a7fdc3a5530499b12aeced9ca851c8c6 13-Oct-2017 Cassie <xih@google.com> Add unit test for CellIdentity.

Bug: 63984327
Test: Basic telephony sanity
Change-Id: Ib068346265274cb42715cff435a4b75aa7063871
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CellIdentityWcdmaTest.java