summaryrefslogtreecommitdiffstats
path: root/location/tests/locationtests/src
Commit message (Collapse)AuthorAgeFilesLines
* Add new system service CountryDetectorBai Tao2010-07-281-0/+33
| | | | | | | | | | a. The CountryDetector detects the country the user is in in order of mobile network, location, sim card or locale. It will be used by contact and contact provider. b. All added APIs are hidden at this stage. Change-Id: I4ba278571ffb6ab6ded0996d4f440a18534f8ed4
* Phase 2 of test cleanup: moving test files from AndroidTests closer to their ↵Neal Nguyen2010-01-292-0/+196
| | | | | | | | | 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-271-0/+230
Phase 2 of test case cleanup; distributing CoreTests files closer to their respective sources under frameworks.