summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * Changed the tag name.Yu Shan Emily Lau2009-11-091-3/+4
| |
* | Remove unused code in Camera app.Owen Lin2009-10-291-89/+0
| | | | | | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82
* | am 7c176f50: Insert the wait time before collecting the last memory usage ↵Yu Shan Emily Lau2009-10-191-0/+2
|\ \ | |/ | | | | | | | | | | | | | | for image capture. Merge commit '7c176f507491ec32166417d87caf27e2766df91f' into eclair-mr2 * commit '7c176f507491ec32166417d87caf27e2766df91f': Insert the wait time before collecting the last memory usage for image capture.
| * Insert the wait time before collecting the last memory usage for image capture.Yu Shan Emily Lau2009-10-151-0/+2
| |
* | Utilize group id to request & cancel thumbnail requests.Ray Chen2009-10-061-4/+4
|/
* Modified the test cases name to be more meaningful.Yu Shan Emily Lau2009-09-251-3/+3
|
* Fixed the switching mode test case. Send out the intent instead of sending ↵Yu Shan Emily Lau2009-09-241-7/+9
| | | | the raw menu key event.
* Add the power measurment test case for image capture and video capture.Yu Shan Emily Lau2009-09-221-0/+118
|
* Start the intent in order to switch to video capture mode.Yu Shan Emily Lau2009-09-181-0/+1
|
* modified: tests/src/com/android/camera/stress/ImageCapture.javaYu Shan Emily Lau2009-09-161-3/+4
| | | | Modify the test for the new UI.
* Change Cancelable to method call directly.Chih-Chung Chang2009-09-041-232/+0
| | | | Change-Id: Id4396646e82593d9a40b3552dd2c6cd8146b29eb
* Remove trailing spaces.Owen Lin2009-09-021-4/+4
| | | | Change-Id: I80feb1b58c148b35b2666ef08d4b13d5aa0608b2
* Remove unused code.Chih-Chung Chang2009-08-271-26/+0
| | | | Change-Id: I15624339790bffb078238c5a5870779dc4aa1b78
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-262-10/+6
| | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437
* Defer bitmap rotation until it's drawn on ImageView.Ray Chen2009-07-292-2/+11
|
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵Chih-Chung Chang2009-07-271-7/+2
| | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap.
* Remove unused code.Chih-Chung Chang2009-07-241-304/+0
|
* Simplify ImageGetter.Chih-Chung Chang2009-07-241-0/+5
|
* Capture individual camera and video startup time and output to a text file.Yu Shan Emily Lau2009-07-161-6/+20
|
* Set bitmaps for full size images as being purgeable in viewing and reviewing ↵Wei-Ta Chen2009-07-091-1/+3
| | | | | | | images. We increase the resolution of full size images to 2048x1536 for achieving better zoom-in quality. Also the delay between decoding a thumbnail and decoding a full size image is set to 1000 msecs.
* Added the memory measurement of the mediaserver in the camera image capture ↵Yu Shan Emily Lau2009-07-061-4/+132
| | | | and video capture test cases.
* Change camera latency time variables to non-static.Chih-Chung Chang2009-07-031-5/+6
|
* Export the camera latency output into the output text file.Yu Shan Emily Lau2009-06-221-2/+24
|
* Add the run count to the output file and save to the sdcard.Yu Shan Emily Lau2009-06-162-0/+34
|
* Added the cameraStartup measurement test case.Yu Shan Emily Lau2009-06-163-8/+160
| | | | Modified the ImageCatpure stress test and capture the output to a log file.
* fix bug 1909589 and 1903635. I think the cause root is that the LruCache is notOwen Lin2009-06-111-0/+37
| | | | thread safe. I change it to thread safe and add a test for this.
* Merge change 3377 into donutAndroid (Google) Code Review2009-06-101-1/+12
|\ | | | | | | | | * changes: Fix the unittests due to the change of code.
| * Fix the unittests due to the change of code.Owen Lin2009-06-051-1/+12
| |
* | Merge change 3393 into donutAndroid (Google) Code Review2009-06-081-0/+37
|\ \ | | | | | | | | | | | | * changes: Use a week reference to trace all the items which are in used. By doing so, we can make sure there are only item of the given key in the system.
| * | Use a week reference to trace all the items which are in used.Owen Lin2009-06-081-0/+37
| |/ | | | | | | | | By doing so, we can make sure there are only item of the given key in the system.
* | Exposed the camera latency measurement to the test.Yu Shan Emily Lau2009-06-052-2/+48
|/ | | | Added the camera latency to the StressTest runner.
* Make ImageList parcelable so that they can pass by intent.Owen Lin2009-06-031-0/+16
|
* Merge change 1531 into donutAndroid (Google) Code Review2009-06-011-0/+68
|\ | | | | | | | | * changes: new file: ../../../../tests/src/com/android/camera/stress/CameraLatency.java
| * new file: ../../../../tests/src/com/android/camera/stress/CameraLatency.javaRay Chen2009-05-131-0/+68
| |
* | Fix the order bug in ImageListUber and add unit test for ImageListUber.Owen Lin2009-05-293-0/+238
| |
* | Use TestSuiteBuilder to build unit test suite.Owen Lin2009-05-201-6/+6
| |
* | Clean BitmapManager.Chih-Chung Chang2009-05-181-72/+75
| |
* | Organize the structure and named for camera's tests.Owen Lin2009-05-157-52/+25
| | | | | | | | Also add two test suite to make it easier to run by runtest script.
* | remove cancelAllDecodingThreads and allowAllDecodingThreads.Ray Chen2009-05-141-14/+4
|/
* Merge change 1410 into donutAndroid (Google) Code Review2009-05-124-2/+14
|\ | | | | | | | | * changes: Put the instrumentation test into a separate tests package.
| * Put the instrumentation test into a separate tests package.Yu Shan Emily Lau2009-05-124-2/+14
| |
* | modified: CameraAppUnitTestRunner.javaRay Chen2009-05-121-2/+2
| |
* | new file: ../CameraAppUnitTestRunner.javaRay Chen2009-05-122-0/+221
|/ | | | | new file: BitmapManagerUnitTest.java modified: ../../../../../../src/com/android/camera/BitmapManager.java
* Improve the design of ICancelable.Owen Lin2009-04-291-0/+232
|
* AI 146084: Add a PriorityTask to let cancel/prioritize tasks much easier.Owen Lin2009-04-141-0/+304
| | | | | | The first unit test for camera is also here. Automated import of CL 146084
* AI 144532: Change the tests' package name to be identical to its path.Owen Lin2009-04-035-51/+49
| | | | Automated import of CL 144532
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-0/+326
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-326/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-105-0/+228
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+0
|