- 11 Nov, 2009 1 commit
-
-
Jack Wang authored
- Added includeDetailedStats metadata to TimedTest for collecting additional metrics like memory usage and binder transactions - Added PerformanceCollectorTestCase interface for hard-typing test class as performance test while still able to inherit from instrumenation test classes - Reverted previous changes to PerformanceTestBase, will deprecate PerformanceTestBase/Case in a future CL - Removed 'performance.' prefix from keys written to instrumentation output
-
- 28 Oct, 2009 1 commit
-
-
Jack Wang authored
- Added new functions to PerformanceCollector and PerformanceResultsWriter - Modified unit tests to test new functionality and fix flakiness reported in 2218327 and 2118268 - Added PerformanceCollectorTest to small suite
-
- 27 Oct, 2009 11 commits
-
-
Dirk Dougherty authored
Merge commit '946f9d1e' into eclair * commit '946f9d1e': doc change: add SDK sizes, checksums, small changes for online SDK doc set, add layoutopt doc.
-
Scott Main authored
Merge commit '08c57535' into eclair * commit '08c57535': docs: add 2.0 highlights doc and updated homepage
-
Dirk Dougherty authored
Merge commit 'a250f0c8' into eclair * commit 'a250f0c8': doc change: fix broken link at top of installing doc
-
Android (Google) Code Review authored
* changes: doc change: add SDK sizes, checksums, small changes for online SDK doc set, add layoutopt doc.
-
Dirk Dougherty authored
Bug:2160782 Change-Id: I020b31e10f2733223aa37d03687cf8a63843afa7
-
Android (Google) Code Review authored
* changes: Fixed the H263 video duation which caused the incorrect video validation.
-
Yu Shan Emily Lau authored
-
Android (Google) Code Review authored
* changes: Run the metadataretriever at background priority. Bug 2187133.
-
Android (Google) Code Review authored
* changes: Disable flaky and failing tests.
-
Brett Chabot authored
Bugs 2118268, 2176089
-
Scott Main authored
-
- 26 Oct, 2009 8 commits
-
-
Dave Sparks authored
This change forces metadata retreiver threads to background priority. Uses an inner class to encapsulate the priority change so that it automatically restores priority when returning to the client.
-
Android (Google) Code Review authored
* changes: Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers."
-
Android (Google) Code Review authored
* changes: Add Authentication Type field to the APN settings.
-
Mike Lockwood authored
Fixes bug b/2198028 (testDirectionsFromScratchByTyping fails because of android.permission.ACCESS_WIFI_STATE) Change-Id: I44e95981d805189ed6d906d388c5189ee788802f Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Jaikumar Ganesh authored
Use auth type to setup data connection. This value defaults to -1 (unset) to maintain compatibility. When the value is -1, the auth type gets set to 0 (if no user is specified) or 3. Bug: 181700
-
Mike Lockwood authored
Change-Id: I42d2d1331c2a6234dfbdaa99f0cc8ab249f7ce22 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Andreas Huber authored
Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers." This reverts commit 7a03b074.
-
Eric Laurent authored
Bluetooth A2DP suspend-resume improvements. This change will reduce the occurence rate of A2DP sink suspend resume failures observed in issues 2184627, 2181005 and possibly 2189628. More robust suspend/resume logic. Use only the suspend request to audio hardware to avoid having two concurent suspend resume control paths.
-
- 25 Oct, 2009 1 commit
-
-
Mike Lockwood authored
This is deprecated and will be removed in the next release. Change-Id: I23c5e711fd8e6768da2f5190d1b6c9fa77de41a6 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 24 Oct, 2009 4 commits
-
-
Mike Lockwood authored
Change-Id: Ic652ac22ec3256d71d12504148927349dfbd3384 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Android (Google) Code Review authored
* changes: Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_CALL stream volume and down link audio volume.
-
Android (Google) Code Review authored
* changes: Patching in hidden API to allow app managed preview frame buffers.
-
Android (Google) Code Review authored
* changes: Add size checks for glBufferData and glBufferSubData
-
- 23 Oct, 2009 12 commits
-
-
Android (Google) Code Review authored
* changes: fix [2211532] improves sholes graphics performance
-
Mathias Agopian authored
Instead of using glTex{Sub}Image2D() to refresh the textures, we're using an EGLImageKHR object backed up by a gralloc buffer. The data is updated using memcpy(). This is faster than glTex{Sub}Image2D() because the texture is not swizzled. It also uses less memory because EGLImageKHW is not limited to power-of-two dimensions.
-
Tom Taylor authored
Add a method so the ContactInfoWidget will throw away the cached info it has on a contact (e.g. picture and uri). Change-Id: Ia8f376e356c6bcf246bbd72239c5ca2a3b7c9574
-
Eric Laurent authored
Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout waiting for the stop sequence to complete. Unlock mLock mutex when exiting upon wait stop timeout condition. Increase timeout delays to avoid timing out when A2DP exits standby.
-
Andrew Harp authored
Commit-Id: If3c30fc932697afa966cc97b17749e9996de92ee
-
Dianne Hackborn authored
Note: currently only implements an async version (no result), and not yet actually tested. Change-Id: Id47ed045a4b0eb309ea8c58daf41a0e03eff1d3a
-
Dirk Dougherty authored
Merge commit '61c29c29' into eclair * commit '61c29c29': doc change: incorporate comments on SDK docs and structure.
-
Dirk Dougherty authored
Bug: 2160782
-
Android (Google) Code Review authored
* changes: doc change: incorporate comments on SDK docs and structure.
-
Fred Quintana authored
Merge commit 'f4520f3e' into eclair * commit 'f4520f3e': update account manager javadoc
-
Android (Google) Code Review authored
* changes: update account manager javadoc
-
Dirk Dougherty authored
Bug: 2160782
-
- 22 Oct, 2009 2 commits
-
-
Fred Quintana authored
-
Android (Google) Code Review authored
* changes: Update the names of the widgets when the locale changes.
-