summaryrefslogtreecommitdiffstats
path: root/telephony/tests/telephonytests
Commit message (Collapse)AuthorAgeFilesLines
* am b1110149: merge from open-source masterThe Android Open Source Project2010-05-131-0/+10
|\ | | | | | | | | | | | | | | | | Merge commit 'b1110149cccc3b99e59ead34ca46e5ac026f6db9' into kraken * commit 'b1110149cccc3b99e59ead34ca46e5ac026f6db9': Use integer for loop counter instead of float New test in FrameworkTest for the VelocityTracker class Preserve '+' in phone numbers imported from SIM.
| * merge from open-source masterThe Android Open Source Project2010-05-131-0/+10
| | | | | | | | Change-Id: I88a580162b34a80d1e3e7987b7a301c253afa0e8
* | Fix test in PhoneNumberUtilsUnitTest.java, combine it with ↵Xia Wang2010-04-303-66/+23
|/ | | | | | | | | | PhoneNumberUtilsTest.java Rename CallerInfoUnitTest.java to CallerInfoTest.java and move to the corresponding directory bug: 2644009 Change-Id: I1ecc09312f404e00bbf30befffb1811efe578cc3
* Allow the configuration string to have quotes.Wink Saville2010-03-051-3/+3
| | | | | | | | | | This makes properties easier to read so from: ro.cdma.data_retry_config=default_randomization=2000,0,0,120000,180000 to this: ro.cdma.data_retry_config="default_randomization=2000,0,0,120000,180000" Change-Id: Ied2a7be0102512cd2ce528d566c19ed3a8e2f480
* Suppress testCheckAndProcessPlusCode from continuous test system as testing ↵Xia Wang2010-03-041-1/+1
| | | | devices are not registered with any carrier networks.
* Update Singapore default time zone.John Wang2010-03-031-1/+1
| | | | In MccTable, Singapore is marked as 'Asia/Singapore' instead of 'Singapore'.
* Phase 2 of test cleanup: moving test files from AndroidTests closer to their ↵Neal Nguyen2010-01-295-0/+1306
| | | | | | | | | sources. Most of these are file moves; a couple notable exceptions are the changes due to the move, and fixing up test code: - database/DatabaseCursorTest.java - database/DatabaseStatementTest.java - net/UriTest.java
* Moving framework core tests closer to their source files.Neal Nguyen2010-01-2717-0/+4176
Phase 2 of test case cleanup; distributing CoreTests files closer to their respective sources under frameworks.