summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Phase 2 of test file cleanup: relocating test files from FrameworkTest ↵Neal Nguyen2010-01-27363-28066/+0
| | | | | | closer to their sources in core. In addition to the file moves, the package names of the tests have been updated and adjusted to match their new locations.
* Moving framework core tests closer to their source files.Neal Nguyen2010-01-2733-7056/+0
| | | | Phase 2 of test case cleanup; distributing CoreTests files closer to their respective sources under frameworks.
* Merge "dont use sqlite_stmt_journals dir"Vasu Nori2010-01-271-2/+6
|\
| * dont use sqlite_stmt_journals dirVasu Nori2010-01-271-2/+6
| |
* | Merge "Modify the interface of HanziToPinyin class to make it generic and ↵Eugene Koh2010-01-261-0/+70
|\ \ | |/ |/| | | add test class"
| * Modify the interface of HanziToPinyin class to make it generic and add test ↵Bai Tao2010-01-231-0/+70
| | | | | | | | class
* | enhance the sync manager backoff logic and add support for retry-afterFred Quintana2010-01-251-0/+164
| | | | | | | | | | | | | | moved SyncQueue and SyncOperation into their own top-level classes to ease maintainability and testing6 removed some dead code
* | Merge "remove GoogleLoginService unit test"Doug Zongker2010-01-222-148/+0
|\ \
| * | remove GoogleLoginService unit testDoug Zongker2010-01-222-148/+0
| | | | | | | | | | | | | | | | | | | | | This now lives in the vendor/google directory alongside GoogleLoginService itself. Change-Id: Ic934fa563cdad965e5f95c2f6da407ea720bc0bf
* | | am e0aed796: am ccec75e7: Merge "Prevent orientation change from triggering ↵Guang Zhu2010-01-221-3/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | activity recreation." into eclair Merge commit 'e0aed796f03b080dabae6be0803d4ead1b3260a0' * commit 'e0aed796f03b080dabae6be0803d4ead1b3260a0': Prevent orientation change from triggering activity recreation.
| * | am ccec75e7: Merge "Prevent orientation change from triggering activity ↵Guang Zhu2010-01-191-3/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recreation." into eclair Merge commit 'ccec75e7a842f8ba26617406768206eb3be32222' into eclair-plus-aosp * commit 'ccec75e7a842f8ba26617406768206eb3be32222': Prevent orientation change from triggering activity recreation.
| | * | Prevent orientation change from triggering activity recreation.Guang Zhu2010-01-191-3/+5
| | | |
* | | | Merge "relocate GoogleLoginService"Doug Zongker2010-01-212-6/+6
|\ \ \ \
| * | | | relocate GoogleLoginServiceDoug Zongker2010-01-212-6/+6
| | |_|/ | |/| | | | | | | | | | Change-Id: I79f4ff658ab136adcc54c432db76f34d2de5f6ac
* | | | Removing unused parameter from NP_Initialize.Derek Sollenberger2010-01-211-2/+2
|/ / /
* | | Merge "Add DateTimeView, a widget that shows a time or the date depending on ↵Joe Onorato2010-01-191-0/+21
|\ \ \ | | | | | | | | | | | | the current time. Use that for notifications instead of a TextView that doesn't ever update."
| * | | Add DateTimeView, a widget that shows a time or the date depending on theJoe Onorato2010-01-191-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | current time. Use that for notifications instead of a TextView that doesn't ever update. BUG 1563917
* | | | am b5a5a397: am 56a17690: Merge "TransformGestureDetector is now ↵Adam Powell2010-01-191-29/+47
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | | | | | | ScaleGestureDetector - scope reduced. N1 screen can\'t reliably handle translation and scaling at the same time." into eclair Merge commit 'b5a5a39716502be2cd325a6f9b393e155c0636ee' * commit 'b5a5a39716502be2cd325a6f9b393e155c0636ee': TransformGestureDetector is now ScaleGestureDetector - scope reduced.
| * | am 56a17690: Merge "TransformGestureDetector is now ScaleGestureDetector - ↵Adam Powell2010-01-131-29/+47
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | scope reduced. N1 screen can\'t reliably handle translation and scaling at the same time." into eclair Merge commit '56a17690b0b9dc2a2e15ef38a37cc4c403c614fe' into eclair-plus-aosp * commit '56a17690b0b9dc2a2e15ef38a37cc4c403c614fe': TransformGestureDetector is now ScaleGestureDetector - scope reduced.
| | * TransformGestureDetector is now ScaleGestureDetector - scope reduced.Adam Powell2010-01-131-29/+47
| | | | | | | | | | | | N1 screen can't reliably handle translation and scaling at the same time.
* | | Merge "Update Time.parse3339() unit tests"Kenny Root2010-01-151-14/+16
|\ \ \
| * | | Update Time.parse3339() unit testsKenny Root2010-01-151-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Month should be n-1 from input and timezone is already normalized to UTC. Change-Id: I030c6444f92b96f85acea81f1675edf061bb5451
* | | | fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSizeVasu Nori2010-01-141-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is a clone of https://android-git.corp.google.com/g/#change,35174. if the cache is full to its capacity and if a new statement is to be cached, one of the entries in the cache is thrown out to make room for the new one. but the one that is thrown out doesn't get deallocated by SQLiteProgram because it doesn't know that it should. fixed this by having SQLiteProgram finalize its sql statement in releaseReference*() methods, if the statement is not in cache.
* | | | Merge "Framework Tests Cleanup: Removing CTS duplicate files"Neal Nguyen2010-01-132-63/+0
|\ \ \ \
| * | | | Framework Tests Cleanup: Removing CTS duplicate filesNeal Nguyen2010-01-042-63/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This file is basically just a wrapper around AndroidTest, which is going away as part of framework test cleanup. AndroidTests.java is just a wrapper around all the actual tests, so can be removed as well.
* | | | | Merge "Framework Tests Cleanup: Removing CTS duplicate files"Neal Nguyen2010-01-1315-2795/+0
|\ \ \ \ \
| * | | | | Framework Tests Cleanup: Removing CTS duplicate filesNeal Nguyen2009-12-2315-2795/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | First phase of cleanup: removing duplicate files that already exist in CTS. DatabaseTests.java and ContentTests.java are modified to remove entries of deleted files, the remaining files are deleted duplicates.
* | | | | Merge "Framework Tests Cleanup: Removing CTS duplicate files"Neal Nguyen2010-01-131-79/+0
|\ \ \ \ \
| * | | | | Framework Tests Cleanup: Removing CTS duplicate filesNeal Nguyen2009-12-231-79/+0
| |/ / / / | | | | | | | | | | | | | | | NeighboringCellInfoTest.java is already included in CTS, so removing this one under frameworks.
* | | | | Merge "Framework Tests Cleanup: Removing CTS duplicate files"Neal Nguyen2010-01-132-194/+0
|\ \ \ \ \
| * | | | | Framework Tests Cleanup: Removing CTS duplicate filesNeal Nguyen2009-12-232-194/+0
| |/ / / / | | | | | | | | | | | | | | | CookieTest.java is already included in CTS, so removing this one under frameworks.
* | | | | am 202a6734: am 8acdb201: Added TransformGestureDetector (still in progress) ↵Adam Powell2010-01-125-0/+228
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | | | | | | | | | | | | | | | | Modified VelocityTracker to track multiple pointers Added TransformTest Merge commit '202a6734fd39289257955d404edf7a1165f6e480' * commit '202a6734fd39289257955d404edf7a1165f6e480': Added TransformGestureDetector (still in progress)
| * | | am 8acdb201: Added TransformGestureDetector (still in progress) Modified ↵Adam Powell2010-01-125-0/+228
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | VelocityTracker to track multiple pointers Added TransformTest Merge commit '8acdb201bdad2cd03c07ebad9cda29f7971ed164' into eclair-plus-aosp * commit '8acdb201bdad2cd03c07ebad9cda29f7971ed164': Added TransformGestureDetector (still in progress)
| | * | Added TransformGestureDetector (still in progress)Adam Powell2010-01-125-0/+228
| | | | | | | | | | | | | | | | | | | | Modified VelocityTracker to track multiple pointers Added TransformTest
* | | | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-08111-376/+360
| | | | | | | | | | | | | | | | Bug: #2361749.
* | | | change remaining frameworks/base Gservices to Secure settingsDoug Zongker2010-01-074-67/+12
| | | | | | | | | | | | | | | | Change-Id: I61bdb05a2526523700c2833154d5a4133881ef10
* | | | move some system services from gservices to secure settingsDoug Zongker2010-01-072-28/+16
| | | | | | | | | | | | | | | | Change-Id: Ie2dfb99a2b42b2cc9310b858c044d8684e3493fa
* | | | Remove old EventLog tests from here, they will be replaced by aDan Egnor2010-01-073-215/+0
| | | | | | | | | | | | | | | | | | | | | | | | (better) EventLog test in CTS. Fix some minor errors in the handling of too-large event log values.
* | | | Simplify EventLog interface -- remove supported for nestedDan Egnor2010-01-062-29/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sequences (which nobody used) and streamline the API, adding documentation in preparation for inclusion in the SDK. Gut and deprecate EventLogTags, which unfortunately was put into the public SDK (an oversight). Include the functionality in EventLog proper, in a simpler and easier to use manner. This change doesn't actually un-@hide anything, but it does change it to @pending.
* | | | Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru2010-01-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: I7c5feba1c7d07f915b97dd098584f29938a4c885
* | | | Fix test breakage in vCard exporter.Daisuke Miyakawa2010-01-052-3/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the change Iae8dbac1, all tests for vCard exporeter has failed. This change fixes the breakage by using a kind of dirty Dependency Injection. Current test framework for vCard exporter strongly depends on the assumption that ContentValues objects are able to be directly passed to objects which use ContentResolver, while the change above disabled the feature by removing queryEntities(). This change makes VCardComposer forcibly uses queryEntities() via Reflection. I agree that this change is not so clean, but works fine for now.
* | | | Remove Google-specific (or only-used-by-Google-code) classes.Dan Egnor2010-01-045-1002/+0
| | | | | | | | | | | | | | | | Fix a small typo in Context javadoc.
* | | | am 8d562f78: am bc7afcb9: Merge "free the NPObject in NPP_Destroy." into ↵Grace Kloba2010-01-041-1/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | eclair-mr2 Merge commit '8d562f78b4919babe1f7e32e974e5057dcfbb310' * commit '8d562f78b4919babe1f7e32e974e5057dcfbb310': free the NPObject in NPP_Destroy.
| * | | am bc7afcb9: Merge "free the NPObject in NPP_Destroy." into eclair-mr2Grace Kloba2010-01-041-1/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'bc7afcb94688dedb0ae9b4b3415f46aa13e713e5' into eclair-mr2-plus-aosp * commit 'bc7afcb94688dedb0ae9b4b3415f46aa13e713e5': free the NPObject in NPP_Destroy.
| | * | | free the NPObject in NPP_Destroy.Grace Kloba2009-12-271-1/+4
| | | | |
* | | | | resolved conflicts for merge of ad2fa35d to masterTom Taylor2009-12-223-3/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | Change-Id: Ia4362cd48ac0689b91003943a4cd9660da72ff90
| * | | | am d4a4729c: Update imports to android-commonTom Taylor2009-12-213-3/+3
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'd4a4729c0cac582a2dcec7c8cfb316b81885a0f0' into eclair-mr2-plus-aosp * commit 'd4a4729c0cac582a2dcec7c8cfb316b81885a0f0': Update imports to android-common
| | * | | Update imports to android-commonTom Taylor2009-12-213-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Several files were moved to android-common. Update all the references to import those files from the new location.
* | | | | Merge change I34a427a5Android (Google) Code Review2009-12-211-5/+56
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Adding support for LoggingPrintStream.write(byte[]) and friends.
| * | | | | Adding support for LoggingPrintStream.write(byte[]) and friends.Jesse Wilson2009-12-181-5/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, Android's System.out and System.err are implemented by the AndroidPrintStream subclass of LoggingPrintStream. Until now, that class has silently discarded the raw bytes it has received. This causes two problems: Applications may be accidentally wasting CPU+memory writing to System.out. By making this output visible, the developers of such applications can silence the problem at the source. Application developers may be purposefully writing to these streams and perplexed by the data's disappearance. For example, the core library's own java.util.logging.ConsoleHandler sends its log data into this black hole. By making the data visible, we save the data and remove an unnecessary sharp edge from our API.