History log of /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fe215a7ee5ad268048410d545c0436b7d4a6bdd7 01-Aug-2017 Tyler Gunn <tgunn@google.com> Ignore phone number changes for outgoing calls.

Similar to b/63743426 (which was for IMS), ignoring phone number changes
reported by the modem for outgoing calls.

Test: Manual
Change-Id: Id050e9086f17530457f59b64b510116ede866393
Fixes: 64192519
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java
74c8509aede6fe748904e75c156049b4f1ba5e28 17-May-2016 Hanada Masafumi <masafumi.x.hanada@sonymobile.com> Include subaddress information for connection address

In case of outgoing call with subaddress, subaddress information is
neither displayed in InCallUI nor stored in call log. This modifies
to include subaddress information in those cases.

- Override getOrigDialString to get number which can include subaddress

Bug: 29087454
Change-Id: I45884d98a3832542a6991df13de74b80c5806bd6
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java
cdcf059efaf8f413cecc88f3ef8e05ef811fa5e9 10-Aug-2016 Brad Ebinger <breadley@google.com> Stop OUT_OF_SERVICE message during Emergency Call

Currently, the radio can report an OUT_OF_SERVICE (but Emergency calls
are available) status from the radio during an emergency call if that
call is made when there is no SIM card available or the SIM card is
locked. If the remote party disconnects, we mistakenly show a "Cellular
Network not Available" dialog when a call ends successfully because the
disconnect cause is mapped to OUT_OF_SERVICE. We now check to see if the
call was an emergency call before mapping to that disconnect cause.

Bug: 30657253
Change-Id: I7bf16c502c12125506ed31a56278f68ea39737ac
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java
703e603fecd2a07e232afe1e2b277fd0a786237b 13-Feb-2016 fionaxu <fionaxu@google.com> Telephony Unit Test Clean Up

bug: 25691379

Change-Id: Ic5b424d8bed2229efe32379090053561496f78fa
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java
655bae990bdd7e4584491def4d30692e6173779c 11-Feb-2016 fionaxu <fionaxu@google.com> Subscription related Unit test with code cleanup

bug: 25691379

Change-Id: Ib31b34b3d1116cf714717f5742095de7aa4c0a13
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java
9c96807d990cdd3f4bb2d3f0fd56a1e78a95b353 10-Feb-2016 Jack Yu <jackyu@google.com> Test infrastructure improvement and code clean up.

Added instance replacement infrastructure and auto-restore functionality.
Cleauped up test cases.
Fixed copyright year.

bug: 25691379
Change-Id: I7e9b0b121c38c3a2c7375b262e2a121abb9c9a59
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java
21e1b42d578d90611f76c37d58841543821502fd 10-Feb-2016 Jack Yu <jackyu@google.com> Revert "Test infrastructure improvement and code clean up."

This reverts commit 01d7b95381a5247520e7fe4ac40d10bcced525cf.

Change-Id: I2cb03e799dc5ce2a3bd1bcf8da21fb5fe7043672
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java
01d7b95381a5247520e7fe4ac40d10bcced525cf 10-Feb-2016 Jack Yu <jackyu@google.com> Test infrastructure improvement and code clean up.

Added instance replacement infrastructure and auto-restore functionality.
Cleauped up test cases.
Fixed copyright year.

bug: 25691379
Change-Id: Ie3c778df828575d10e9164922210cc5b05723b45
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java
b9d551db1795b30598e2ce98cfae7106788c12d6 05-Feb-2016 fionaxu <fionaxu@google.com> handle diff systemproperties to fix Test failures

BUG=25691379

Change-Id: I13c079a26dc1c1a971471bef55770b97d489e39f
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java
5d65624eb9189b0369bf1d914a9fb7e141284226 28-Jan-2016 fionaxu <fionaxu@google.com> GsmCdmaConnection Unit Test

BUG=25691379
Change-Id: I66679fdf5a9bd591e240b320a9ec9c565a5b4f46
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java
0a567c9ed954f295df83c753239646c6f6a04128 24-Nov-2015 Amit Mahajan <amitmahajan@google.com> Adding initial tests for GsmCdmaCall and GsmCdmaPhone.

Also includes:
- Changes to fix/comment out failing tests
- Some cleanup in CallManager related to deletion of PhoneBase and
PhoneProxy
- ContextFixture containing mock Context for all telephony tests
- Phone test that exercises BroadcastReceiver support in the mock
Context
- Test showing how static function can be mocked

Bug: 25691379
Change-Id: Ia38423cef3cfb86389d044cac4e601983fae1192
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java