- 21 May, 2013 2 commits
-
-
keunyoung authored
Change-Id: Iab2fdae3692e3d4a716093749b65a3b4a7c5c735
-
Victoria Lease authored
-
- 20 May, 2013 3 commits
-
-
Victoria Lease authored
A number of the tests in cts-text are flaky because a number of their operations require window focus, but the frameworks give no guarantee that an Activity has window focus at any given point in the Activity lifecycle. This commit addresses the issue by having the affected tests block in setUp() until window focus has been obtained. Bug: 9054507 Change-Id: I922c3649d7f378e7d3a7560937919f1b48713a59
-
Nick Kralevich authored
Partial fix for bug 9035217 Bug: 9035217 Change-Id: I1228ded5c16ad60cb0bef95c270e39ae3c041a0c
-
Nick Kralevich authored
The exception list only applies to character devices, not to block devices. Let's not lump everything together. Change-Id: Iaf45a8816ea7b0674a359df7caa2f423802abde9
-
- 17 May, 2013 7 commits
-
-
keunyoung authored
-
keunyoung authored
- otherwise, keyguard should be manually unlocked - device orientation change can stop audio recording / playback Change-Id: I90c427d5cc9a764d0c50a489b92aee2264a9a8e8
-
keunyoung authored
-
keunyoung authored
- make each round longer so that pause comes less often - pause in every several seconds to pause in a few dozens of seconds (actual amount of pause can be different depending on env) Change-Id: I34647a69606e62f1aabb49c541e7ddd0333b5426
-
Andy McFadden authored
-
Brett Chabot authored
-
Brett Chabot authored
Change-Id: I406b748ae4e5daeb889408f5a23bc23c4fcfc6bf
-
- 16 May, 2013 4 commits
-
-
keunyoung authored
-
Madan Ankapura authored
-
keunyoung authored
- monkey may trigger orientation change and other problems. - to avoid the uncertainty, run it last. - also set pct-rotation 0 to prevent rotation Change-Id: I9975102d8db15e378c83432e761284a47cb81956
-
Andy McFadden authored
BufferQueue item timestamps are in nanoseconds, MediaCodec buffer timestamps are in microseconds. Bug 8988357 Change-Id: I940aa706af85b568642148e3495f22611f1ef9b8
-
- 15 May, 2013 1 commit
-
-
Victoria Lease authored
-
- 14 May, 2013 6 commits
-
-
keunyoung authored
-
Victoria Lease authored
Bug: 8000119 Change-Id: Ib82a8d93328111b1a369da5724e06e4736e48363
-
keunyoung authored
bug: 8964008 Change-Id: Ib7bf2952b46fda336d212e420d4ddd472d9763cd
-
keunyoung authored
bug: 8964011 Change-Id: Ib0d368992c65f5c281076cde68c651035546a24d
-
Svetoslav authored
-
Kenny Root authored
-
- 13 May, 2013 3 commits
-
-
Nick Kralevich authored
-
Guang Zhu authored
-
Nick Kralevich authored
Verify that all capabilities from the capabilities bounding set have been dropped via prctl(PR_CAPBSET_DROP). Change-Id: I508a9086753eca1eb749c3161e608e80cf359f36
-
- 12 May, 2013 1 commit
-
-
Svetoslav authored
We added APIs to allow an accessibility service to extend the selection while moving the cursor at a given granularity such as word, character, etc. The problem is that the traversal was extending only the end of the selection while moving forward and the start of the selection while moving backward. This leads to a case in which the user cannot shrink/extend the selection because for example instead of shrinking the end of the selection the implementation was extending the start. Now extending the selection moves only the selection end. This is the same behavior as text view using a keyboard. Main change: https://googleplex-android-review.googlesource.com/#/c/307058 bug:8839844 Change-Id: I0d3b729e2de71cad66ffac319a591ac64f1a2e84
-
- 11 May, 2013 4 commits
-
-
Madan Ankapura authored
bug 8899255 Current reported values didn't include the system UI bar height and hence reported height was always less then real size. Change-Id: I244020d00780c4fda2d0c0d8d303f9ea0be0a404 Signed-off-by:
Madan Ankapura <mankapura@google.com>
-
Stuart Scott authored
Change-Id: I673e282eca5f1675a37a4f2e72eafa860284a265
-
Jamie Gennis authored
-
Kenny Root authored
This adds the negative tests to make sure exceptions are thrown when a spec is built incorrectly. Bug: 8608597 Change-Id: Ia2fb6847dd94ee33c87a8924cecb934ffe090016
-
- 10 May, 2013 9 commits
-
-
Kenny Root authored
-
Stuart Scott authored
-
Jamie Gennis authored
This change removes the code in TextureViewCameraActivity that attempts to perform a Canvas-lock operation on a Surface that is already being used by the Camera. Bug: 8657853 Change-Id: I91bd5aad60a048b301ba51453d8d52e3ea30c90f
-
Kenny Root authored
Adds tests for AndroidKeyStore and AndroidKeyPairGenerator in the android.security package. Note that this test package is android.keystore since the android.security package is taken by some unrelated tests that tests platform security settings. Bug: 8608597 Change-Id: I2d203bf6f685444dab06c84b173ade220ac7fc46
-
Stuart Scott authored
Content includes shaders, textures and meshes. Change-Id: I8124ec2441ce49933a38e0354807ab0beb2fd5f4
-
Nick Kralevich authored
-
Chris Wren authored
Bug: 8555705 Change-Id: I21dab4ec0b4359a3cba6757f8e19a9e3e6909578
-
Nick Kralevich authored
On kernels which support it, verify that PR_SET_NO_NEW_PRIVS is enabled. Generally, kernels >= Linux 3.5 will support this feature. On kernels which don't support it, it's not a fatal error (yet). Change-Id: I4465a2916d40b804219c24ca2e8c126b8c1fc0a8
-
Marco Nelissen authored
Change-Id: Ie134ddc7e9f7d0fb61575efd4b57c0e502aefb6c
-