History log of /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4491d684f47fcf1e05652f910587a930be8a4135 01-Jun-2013 Igor Murashkin <iam@google.com> camera: Add Java binder proxies for some existing binder interfaces

Note that anything not in the AIDL interfaces, will NOT be magically
compatible if you just add it there. It probably requires a change in
frameworks/av/camera as well.

Bug: 9213377
Change-Id: I91d3efb755ed2e3ace139f83573f86efdccccd06
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java
e35b3e052dab756113304cb394980e9f271b1613 27-Apr-2012 Yu Shan Emily Lau <yslau@google.com> Fix the test cases which fail to launch the camera
in the device which only has one camera.

Change-Id: Ia34087715e49f1aa3e86f3f85cb4e77168323321
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java
f75e370e127b7c7bb6b6d5cebaa07abec36794b2 30-Apr-2010 Ray Chen <raychen@google.com> Fix issue 2622023 Clean up all hardcoded '/sdcard' in camera related codes.

Change-Id: I8a509d957a7b67ee1f59dc4ef5139c4e28adeb9c
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java
59411b3373dca7582aa1a248d4cff4c2330ee224 25-Mar-2010 Wu-cheng Li <wuchengli@google.com> Fix testCameraPreviewMemoryUsage test.

Looper.quit() is asynchronous. The looper may still has some
preview callbacks in the queue after quit is called. The preview
callback still uses the camera object (setHasPreviewCallback).
After camera is released, RuntimeException will be thrown from
the method. So we need to join the looper thread here.

This change also fixes a potential race condition.

bug:2521202
Change-Id: If69bbb3125d1d30192563559579b87c20fa5aac8
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java
620144029819df06bda2452fa3ec15334f66bd65 22-Feb-2010 Wu-cheng Li <wuchengli@google.com> Increase the sleep time to fix testTakePicture.

One of the build needs 5 seconds for snapshot in low light. I don't want to
increase the sleep time, but this is what we have now.

bug:2141755
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java
e398e3bf2288fe60041396077d6fc0f81b0ab242 03-Apr-2009 Jean-Michel Trivi <> AI 144409: am: CL 144327 am: CL 144326 Start the thread that initializes the camera for the test under lock to make sure the monitor is notified after it has started waiting.
Original author: jmtrivi
Merged from: //branches/cupcake/...
Original author: android-build

Automated import of CL 144409
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java
4df2423a947bcd3f024cc3d3a1a315a8dc428598 05-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@136594
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java
076357b8567458d4b6dfdcf839ef751634cd2bfb 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@132589
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java
3dec7d563a2f3e1eb967ce2054a00b6620e3558c 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@137055
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/CameraTest.java