History log of /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.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/TelephonyTest.java
9f78bc2eb2db658d1b22a9be514ffa6f7a916d64 18-May-2017 fionaxu <fionaxu@google.com> flaky unit test

Test: Telephony unit test
Bug: 29579544
Change-Id: I4057fb0c9651437e91f925aebb110be75cf7d459
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.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/TelephonyTest.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/TelephonyTest.java
ee5c35e032973df2a96ff1d37c3714d3a12f3dd0 14-May-2017 Jack Yu <jackyu@google.com> Fixed flaky unit tests

Test: Telephony unit tests
bug: 29579544
Merged-In: If732d23d9f9bc0bb7b4dc6246d2af116c755cdc9
Change-Id: If732d23d9f9bc0bb7b4dc6246d2af116c755cdc9
(cherry picked from commit e11ff87802f9f4a26f042b6f0fe318371b17c976)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
ec581c0b21b5da662b9fe60a8212a66196a9f05c 18-Apr-2017 Brad Ebinger <breadley@google.com> Better handle MSIM DDS changed event

On DSDS MSIM devices, when Default Data Subscription event
is received, the ImsService may choose to switch which
Slot ID is active.

This change better handles that switch and removes a
crash that was happening due to
ImsServiceProxy#getFeatureStatus getting called
circularly.

Bug: 37361882
Test: Run Telephony unit test
Merged-In: If0f2e3c90de378421bc17d029bf1e6a3ced6bb34
Merged-In: I2cfef49f833e330289f172bae7e422f5afa5fc40
Change-Id: If61332d8c2d4dacb96d27d706abac6afc612749b
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
b1fdcf01045090315c5b91d7539007d79f34c9ec 21-Mar-2017 Amit Mahajan <amitmahajan@google.com> Unit test fixes. Most failures were due to new mockito.

Test: runtest --path frameworks/opt/telephony/tests/telephonytests/
Bug: 29579544
Change-Id: Ic228cd7dfc4d8913411a459520d7b7bf71a66d98
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
6d7d11a3e01672d3f02efb701b4d17408c845f87 15-Mar-2017 Tony Mak <tonymak@google.com> Merge "Track the calling user id in SmsTracker" am: 9fb0d53bab am: 980f5b85dc
am: 702ca5d849

Change-Id: I536f89438b8890c0f1e3d4124188b9e3a768b50c
980f5b85dcb226b6a5cc2e1f8f49691ea20738df 15-Mar-2017 Tony Mak <tonymak@google.com> Merge "Track the calling user id in SmsTracker"
am: 9fb0d53bab

Change-Id: Ib74b7f0cebc21841c6bf2ab08a0a9a3a0eec0c9d
32cc74b9ec7397e995f4e2275315c6f79d1e43fd 10-Mar-2017 Tony Mak <tonymak@google.com> Track the calling user id in SmsTracker

Store the calling user id in SmsTracker, and consume it throughout
SmsDispatcher.

Test: SmsManager.sendTextMessage in user 0 is working
Test: SmsManager.sendTextMessage in work profile is working
(Make sure the app is not installed in user 0).

Fix: 35590739

Change-Id: I396880fe33bd0db05f7952dec6234def98f6b916
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
6a9915465544d6a4ccbd9fcae3c0049c1d176a02 02-Mar-2017 Jack Yu <jackyu@google.com> Merge "Added device state monitor"
am: 442a1aa29c

Change-Id: Ib89768a88380cfc4d33bbaa81acdea509e647f2a
50b941e59787a21dd2d4f3d25d700538efb9abc5 18-Feb-2017 Jack Yu <jackyu@google.com> Added device state monitor

Added DeviceStateMonitor to replace the legacy screen state RIL
API. Instead of sending the screen state to the modem, the new
device state monitor can explicitly turn on/off the unsolicited
response from the modem based on difference scenarios (e.g.
tethering, charging, screen state). It also sends more device
state to the modem including charging state, power saving state,
and low data expected state.

Note that in order to support the old vendor RIL, framework will
still invoke the legacy screen state API to ensure the best
user experience on those devices.

Test: Manual. Unit tests.
bug: 32223897, 20125037, 28294587

Merged-In: I76ce307bde1d3160af2ac44a57f101e4cafc7ae4
Change-Id: I76ce307bde1d3160af2ac44a57f101e4cafc7ae4
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
baecdb610b30a5d4b35345f8fc63fcbc2133c149 18-Feb-2017 Jack Yu <jackyu@google.com> Added device state monitor

Added DeviceStateMonitor to replace the legacy screen state RIL
API. Instead of sending the screen state to the modem, the new
device state monitor can explicitly turn on/off the unsolicited
response from the modem based on difference scenarios (e.g.
tethering, charging, screen state). It also sends more device
state to the modem including charging state, power saving state,
and low data expected state.

Note that in order to support the old vendor RIL, framework will
still invoke the legacy screen state API to ensure the best
user experience on those devices.

Test: Manual. Unit tests.
bug: 32223897, 20125037, 28294587
Change-Id: I76ce307bde1d3160af2ac44a57f101e4cafc7ae4
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
361fd7439d65b54b9b064942bc2050f86ab4823b 27-Jan-2017 Chen Xu <fionaxu@google.com> Merge "fix multi-part sms issue" am: 8144860281 am: 832eea3d3f am: a19b7cb3d5
am: ee43b8b912

Change-Id: I163d06a0db6200f2275c7be431630d831350ec3d
832eea3d3f1ec4588ba1365d910b4c78b36278fc 27-Jan-2017 Chen Xu <fionaxu@google.com> Merge "fix multi-part sms issue"
am: 8144860281

Change-Id: Id98498f492e20b5f3979b0ec92c743cde4244b6d
814486028125b55b02be0e5053893e10d7d10441 27-Jan-2017 Chen Xu <fionaxu@google.com> Merge "fix multi-part sms issue"
af7bc32573007f2ea1185fc5cb4f3980e1ff1304 24-Jan-2017 fionaxu <fionaxu@google.com> fix multi-part sms issue

- sending multi-part SMS via Email was broken in NYC since we are using display
originating address to group multi-part messages.
- In a common case, only the fist SMS comes with the right email
displaying address, thus fails to group sms together.
- Fix is keep using originating_address to aggregate Multi-part SMS and introduce a new column:
display_address in the raw table to check blocking addresses for both
phone number and email address

Bug: 34118154
Test: Manual & telephony unit tests
Change-Id: Ibd902e5ccbad34c0e1e97d7c699258dc4d2c867a
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
3112399d0c6b6b3ae42fdfe94347f7ef06d9fc84 26-Jan-2017 Jack Yu <jackyu@google.com> Moved SIM_FULL_ACTION into an explicit intent
am: b6e1d01eff

Change-Id: Ia9651251e6ac3cdf730daf2aca6ad5ad7f7761fd
b6e1d01effda7b82b6b539c053f812031cfbbcf1 19-Jan-2017 Jack Yu <jackyu@google.com> Moved SIM_FULL_ACTION into an explicit intent

From now on SIM_FULL_ACTION will only be sent to
the default SMS application.

Test: manual
bug: 33783447
Change-Id: I81b6aaff35dc33356a00b72fa59c84488dd02afe
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
5db9e3b51712c0875f67da6df7e3a709b51c8f47 25-Jan-2017 fionaxu <fionaxu@google.com> [DO NOT MERGE] fix unit test due to merge issue

mistakenly called makeCarrierActionAgent twice

Bug: 30958215
Bug: 25691379
Test: runtest --path telephonytest
Change-Id: Ib49d93a0c877cd350234a057727f59982cc9d561
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
b5771d36210a751e6ec916556ad0f20fcb9b4288 18-Nov-2016 fionaxu <fionaxu@google.com> Initial change on carrier signal filtering

- support new carrier configs with two signal list per carrier app
- support new broadcast mechanism to comply with background-check restriction on O.
- add carrier action agent for dispatching carrier actions

Bug: 30958215
Test: runtest --path
frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CarrierSignalAgentTest
Change-Id: Ibf7496bdb1ba8c85384da0b667a5610a52b45d80
Merged-In: CHANGE-ID I4e9e2f56e991e9d6753f8d7e877add5ada595972
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
6a7fb078d1cacba7cf2e83b71242bb5c4c27c975 18-Nov-2016 fionaxu <fionaxu@google.com> Initial change on carrier signal filtering

- support new carrier configs with two signal list per carrier app
- support new broadcast mechanism to comply with background-check restriction on O.
- add carrier action agent for dispatching carrier actions

Bug: 30958215
Test: runtest --path
frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CarrierSignalAgentTest

Change-Id: I4e9e2f56e991e9d6753f8d7e877add5ada595972
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
b4a28109bedc71afa5465247a86473a86d4b31fa 19-Nov-2016 Chad Brubaker <cbrubaker@google.com> Add single use App specific incoming SMSes

This allows applications to request that an upcoming incoming SMS be
routed directly to the calling application and to do so without
needing the RECEIVE_SMS permission.

This is especially important for ephemeral applications which we do not
want to have the ability to get the RECEIVE_SMS permission but do want
to support SMS based phone number verification. Ephemeral apps can use
this API to receive and SMS from their backend but will not be able to
access other SMSes on the device.

This is done by providing the app a token which when included in a
subsequent SMS message causes the application provided PendingIntent to
be sent with the SMS message data attached.

Test: Verified that an SMS containing the code is routed to the app.
Test: runtest --path GsmInboundHandlerTest.java
Test: cts-tradefed run cts -m CtsPermission2TestCases

Bug: 33047670
Change-Id: I7d2d259f09370bc8fac90dc5654231df4edd7e85
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.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/TelephonyTest.java
e97fb0b4ff012fe960c36d7cb09311550c7d4055 13-Jul-2016 Amit Mahajan <amitmahajan@google.com> Fix failing unit tests.

Bug: 29579544
Change-Id: I7a5dc1d641ef5c133e549763b1eb08e767912242
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
a8f5a859f8e4a15902d729af5d2edc9a9433ba41 08-Jul-2016 Jack Yu <jackyu@google.com> Disable VT when users turn off data or hit data limit

Disable VT when users turn off data or hit data limit. If
there are ongoing VT calls, we'll need to downgrade them
to VoLTE calls.

bug: 27316521
Change-Id: I7988d0475583e7fec50888eaee1e5a0d4d5b8cc6
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
4c31e4c0d2db31fe84081aa6f1e2bcc08b31f9d3 24-May-2016 fionaxu <fionaxu@google.com> cold sim clean up

- add new api to control provisioning notification visibility through
network agent
- rework on the interaction between carrier app and framework
- code cleanup
- unit test support
- hook pco value into datacallcomplete, enabling test by set sysprop for
pco values

Bug: 28567303
Change-Id: Id6b9b2aff4c4f128103593aab0bcef1c3a365141
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
9e51994d8ccf00bf56f54d5875e77732c4558480 14-Apr-2016 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Switch TelephonyEventLog from using ITelephonyDebug to ConnectivityMetricsLogger" into nyc-dev
6e4abd849e12860a7459f7ec74496ca02b9d7ee0 28-Mar-2016 Amit Mahajan <amitmahajan@google.com> Changes to de-dup messages in SMS raw table.

Bug: 27820591
Change-Id: Ie3a28cdbbb533c74f456b7e942ddfc2cd0d66bb0
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
7a1c1b02c8603c2bf2f3b401facb389528180eed 08-Apr-2016 Pavel Zhamaitsiak <pavelz@google.com> Switch TelephonyEventLog from using ITelephonyDebug to ConnectivityMetricsLogger

Bug: 28026463
Change-Id: I3c4f14e8a6611f0cb5c52eb24573621d3a13c4cb
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
55ff0eb7c2f9910c13f03f63514198b95e382973 22-Mar-2016 Amit Mahajan <amitmahajan@google.com> Merge "Change to handle RUIM_RECORDS_LOADED only if phone type is CDMA" into nyc-dev
dbe4d7749d5524be575f629486874acdae721138 19-Mar-2016 Amit Mahajan <amitmahajan@google.com> Change to handle RUIM_RECORDS_LOADED only if phone type is CDMA

Same for EVENT_POLL_STATE_CDMA_SUBSCRIPTION, and similarly
EVENT_RESTRICTED_STATE_CHANGED only on GSM.
CL also includes change to update icc related info after RAT
specific initializations are done (on phone type switch).

Bug: 27746848
Change-Id: Ia25e1219ab473b6542ffc40d27dae1719b370660
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
871a2ec0bc8e8198aeb1913e7bf6cb22a7ff3604 18-Mar-2016 Amit Mahajan <amitmahajan@google.com> Unit tests for SmsBroadcastUndelivered.

The behavior that needs to be verified is strongly tied to
InboundSmsHandler so adding the tests in GsmInboundSmsHandlerTest.

Bug: 25691379
Change-Id: Icf62bf50c417964bb3a27587ec03452ea34c1cbd
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
af59a35e945d60fc9ffb305c494a695b35b8a942 16-Mar-2016 fionaxu <fionaxu@google.com> TelephonyManager unit test cleanup

Bug: 25691379
Change-Id: I129c8b4f04ad7e6d777857e8c7853de7a86348cc
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
ec6e2f9f13bac23cdfa0de0a56826b21050b6487 14-Mar-2016 fionaxu <fionaxu@google.com> First Unit test for DefaultPhoneNotifier

bug: 25691379
Change-Id: I3e2c6c94fec10f3f4ec37cb4b06e837c9bbf28b7
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.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/TelephonyTest.java
18ad8bf07feb9f6a9d187da236f3e56c055e941a 04-Mar-2016 fionaxu <fionaxu@google.com> PhoneSubInfoControllerTest Unit Test

bug: 2569137
Change-Id: I39f8d3ddf16e5b3dcb61a11fc22003a41c81fe2c
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
ecac744a4e585e3c7af95ffa06fa3e711131200c 02-Mar-2016 Amit Mahajan <amitmahajan@google.com> First unit test for ImsPhone.

Bug: 25691379
Change-Id: I61a2f0805220782e7dbebaf50604b596ef3ba24b
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
e415b7b5ae3afec0b7a24d85b930e8cca47499a6 29-Feb-2016 fionaxu <fionaxu@google.com> ImsPhoneCallTracker Unit test for MO Call and DTMF

BUG=25691379

Change-Id: I9225d5a02702b75f48185474abe14e0c2f0901c7
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
6fd2229711f75f686ce6254e6c9859247310598d 26-Feb-2016 Abhijith Shastry <ashastry@google.com> Merge "Suppress blocks after texting emergency services." into nyc-dev
1bcd7a866ddf8f6f63370c70972f057a4a1ba057 26-Feb-2016 Jack Yu <jackyu@google.com> resolve merge conflicts of 5ba11026cb to nyc-dev

Change-Id: I578f88ca57a85c796c6cc5506617d9627c42d0dd
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
5eccb26b2bcf3a51326596e1b0bb49b073d2f9fc 23-Feb-2016 Abhijith Shastry <ashastry@google.com> Suppress blocks after texting emergency services.

BUG: 26989170
Change-Id: I73216e5c433ba4ffb613d88b1d3fe3c81f3acba9
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
75ba09a17a669f4906268088a769836aa87d8241 19-Feb-2016 fionaxu <fionaxu@google.com> ImsPhoneCallTracker Test

bug: 25691379
Change-Id: Iaa258417cea39e82325fa812fc7b6fdce4bd5cfc
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
e2435e2d37c991bd6209a90cd884b5102939872e 21-Feb-2016 Abhijith Shastry <ashastry@google.com> Add unit tests for message blocking.

BUG: 26682753

Change-Id: I4f1eddc94863f29cb55b9242fe76c1836948978b
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
468dcf57c026a5eebac700479b518ed8c35f4c6b 19-Feb-2016 Jack Yu <jackyu@google.com> First DcTracker unit test case.
am: 27b650c406

* commit '27b650c406018355a88a41528db7859e232728a0':
First DcTracker unit test case.
27b650c406018355a88a41528db7859e232728a0 18-Feb-2016 Jack Yu <jackyu@google.com> First DcTracker unit test case.

bug: 25691379
Change-Id: Ic091ae4d92d0ef1f3eaa9b3d0736545edb2f359f
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
51bf0be2173a441cfde793fefff345383a423ccc 19-Feb-2016 Jack Yu <jackyu@google.com> Fixed two flaky tests.
am: 325ea5a0aa

* commit '325ea5a0aa71b9ff6134be71a84a7e1a288c70cb':
Fixed two flaky tests.
27f471647b2da3ff50620a766c048ebef8d45ae1 18-Feb-2016 Amit Mahajan <amitmahajan@google.com> New unit tests for InboundSmsHandler.

Bug: 25691379
Change-Id: I5fcbc95467cc7bd75f3f8a7da42c3814c1d2dac8
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
325ea5a0aa71b9ff6134be71a84a7e1a288c70cb 18-Feb-2016 Jack Yu <jackyu@google.com> Fixed two flaky tests.

bug: 25691379
Change-Id: I85307b6585f15ab39f4bee7f3d0f344dc31cb134
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
f9b150b221db15e88b97a0b9c0971ca3c71c0313 17-Feb-2016 fionaxu <fionaxu@google.com> ImsPhoneConnection Unit Test

bug: 25691379

Change-Id: I97709053f4f1265646c4b8a03c314b3fc88caf4a
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
217d4d9562a9476cf579dfc409b1278a02b18b87 17-Feb-2016 Amit Mahajan <amitmahajan@google.com> Fix failing sms tests.

Bug: 25691379
Change-Id: I2eb8b0510905066058179ea5d93a2719d6dac74f
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.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/TelephonyTest.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/TelephonyTest.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/TelephonyTest.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/TelephonyTest.java
153077e0b2d9ff6f115a0739dac1d64931bffb91 10-Feb-2016 Amit Mahajan <amitmahajan@google.com> Update voicemail number related unit test.

Bug: 25691379
Change-Id: Ia80a455c99a21f50348d9ca3ef2b3e69179c93e7
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
78867803826b15ff95c8ee8c7c6f65dfb7ad258f 09-Feb-2016 Amit Mahajan <amitmahajan@google.com> New unit test for GsmCdmaPhone and fixes for some existing tests

Bug: 25691379
Change-Id: I323fdef84792459db312df7bd58917e52a1a995e
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
f152b32a20be664788536a223b9ac7a52f69e4dd 06-Feb-2016 Amit Mahajan <amitmahajan@google.com> Fix failing tests by cleaning up properly in tearDown.

Bug: 25691379
Change-Id: I829278ee371e9903e73891cee2a0986686d72ee5
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
3166507c08e05fc6e8cef024705f1a710e9ce0e2 08-Feb-2016 Chen Xu <fionaxu@google.com> Merge "handle diff systemproperties to fix Test failures" into mm-wireless-dev
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/TelephonyTest.java
60a81bdb47cf64972c8edf5b0c51e8059765e5a0 28-Jan-2016 Amit Mahajan <amitmahajan@google.com> Unit test for WapPushOverSms

Bug: 25691379
Change-Id: I26eebb8711c9369c5ab85e740254a86483125bf5
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
4a9f066fbcbd20e2ea3ca3cbc914f81b230e3825 05-Feb-2016 fionaxu <fionaxu@google.com> fix build break

Change-Id: I056a07b43fa2ad01e73bb2a2c80377a1d47b468e
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
94d23c79d57080903850d9c9974c96ad6ea84f59 05-Feb-2016 Chen Xu <fionaxu@google.com> Merge "Unit test of CallManager,SignalToneUtil etc" into mm-wireless-dev
2f2dba9413a3f14da0bcf45031986eb78f007dd8 04-Feb-2016 fionaxu <fionaxu@google.com> Unit test of CallManager,SignalToneUtil etc

BUG=25691379
Change-Id: I8a797b6c31c5adfdbbe62003e78f6c9ebed8d5a3
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
1fe1dbf473755c4e812a1218f331759eccacb447 05-Feb-2016 Jack Yu <jackyu@google.com> Added Sms 7-bit encoding translation unit tests

bug: 25691379
Change-Id: Ic362c92a699390cb69299992b1f7155d8712f5e5
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java
32b5fbb1a340fa16e2c37c276517ef10a4934500 03-Feb-2016 Amit Mahajan <amitmahajan@google.com> Unit tests for GsmCdmaPhone.

Also creating abstract class TelephonyTest that can be extended
by other unit tests.

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