summaryrefslogtreecommitdiffstats
path: root/test-runner/src/android/test/LaunchPerformanceBase.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-7/+0
| | | | Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
* Retry test-runner tests move.Brett Chabot2010-02-201-0/+59
| | | | | This time change the frameworks makefile so it only includes test-runner/src in the public API.
* Revert "Move framework test-runner unit tests to be closer to their source."Brett Chabot2010-02-191-59/+0
| | | | This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
* Move framework test-runner unit tests to be closer to their source.Brett Chabot2010-02-191-0/+59
Move the test-runner source into a separate src folder to accommodate the test move.