History log of /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ImsSMSDispatcherTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ae6e8f99bdb297f906d6dcdc0a385ba27eee47fd 23-May-2017 Jack Yu <jackyu@google.com> Fixed file descriptor leak in telephony unit tests

The handler thread in SimulatedCommands was not closed after
each unit test run. Fixed by adding a dispose method to quit
the thread.

Also use quit() instead of quitSafely() for all thread quiting
because we don't care if the messages were dispatched or not
after the test. This can fix some messages sending to dead
threads non-harmful exceptions in the output debug messages.

Test: Telephony unit tests
bug: 29579544
Change-Id: I112e46b0147a1950046a35cd9ac2498560c6ee1b
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ImsSMSDispatcherTest.java
f6588582688ecbe8fa58257f2caee2495e52f79a 17-May-2017 Chen Xu <fionaxu@google.com> Revert "flacky unit test"

This reverts commit 0b187f0fba954859718c4ad8d1b4751343142d78.

Change-Id: I880cb6aef85eca42ddbdd74a7c9ac2cac215fd93
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ImsSMSDispatcherTest.java
0b187f0fba954859718c4ad8d1b4751343142d78 15-May-2017 fionaxu <fionaxu@google.com> flacky unit test

Test: Telephony unit tests
bug: 29579544
Change-Id: Iec35a7bd8a0b3585733a1f69db73d10275767405
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ImsSMSDispatcherTest.java
802962613bf8ac5e53d08a6310ceecf031e1b8a5 19-Apr-2017 Amit Mahajan <amitmahajan@google.com> Disable failing unit tests.

All tests pass locally now and should pass on treehugger and apct
as well.

Test: runtest --path frameworks/opt/telephony/tests/telephonytests
Bug: 29579544
Change-Id: I8a038f60e6bed490a2e969258b126f4dfa1f6cb9
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ImsSMSDispatcherTest.java
58faca0eff9420e72a42cd1e272c5c3806d00a70 11-Nov-2016 Amit Mahajan <amitmahajan@google.com> Fix in TelephonyTest to use correct reflection.

Change required due to a recent cleanup in frameworks
(ActivityManager).

Test: runtest --path frameworks/opt/telephony/tests/telephonytests/
src/com/android/internal/telephony
Bug: 32829334
Change-Id: I17bd86f590283b0ef978fa15c1c1f26501eaadc8
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ImsSMSDispatcherTest.java
7e9240253edb59e0aa657de434faa1ccdf17a742 29-Aug-2016 Amit Mahajan <amitmahajan@google.com> Fixed failing tests.

Also marked some of them @Postsubmit.

Bug: 31041734
Change-Id: I9a93bbb6d7f9c28fa90bab260d837761bc07eb77
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ImsSMSDispatcherTest.java
676e73ec8586d1a8f2b471780d198e556ea95ecf 04-Jun-2016 Amit Mahajan <amitmahajan@google.com> Do not create SmsMessage obj if it cannot be parsed correctly.

Bug: 29123941
Change-Id: Ic77220c05e4a712a16ac32563ddb45a318452d71
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ImsSMSDispatcherTest.java
6ba18ef5f3733709f16ef03b3d2b2de076b63c3e 11-Mar-2016 fionaxu <fionaxu@google.com> Add tests for CdmaSmsDispatcher with code cleanup

bug: 2569137
Change-Id: I4a116b753b2fe79e64786293e5c9c1cf6e04b430
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ImsSMSDispatcherTest.java
f06b7cffd2240725be159097be048fc1d3a7653c 10-Mar-2016 fionaxu <fionaxu@google.com> First ImsSMSDispatcher Unit Test

bug: 2569137
Change-Id: Ibc64fb14459b062e05968212774612f7c2b2dbc0
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ImsSMSDispatcherTest.java