JP Abgrall
d98fff4a02
Merge "ConnectivityService: add support to set TCP initial rwnd"
2014-02-21 20:55:13 +00:00
JP Abgrall
32d1ac4d45
ConnectivityService: add support to set TCP initial rwnd
...
The value for the TCP initial receive window comes from,
in order,
kernel
/proc/sys/net/ipv4/tcp_default_init_rwnd
init.rc (via properties)
net.tcp.default_init_rwnd
properties
net.tcp.default_init_rwnd
gservices
Settings.Global.TCP_DEFAULT_INIT_RWND
Bug: 12020135
Change-Id: I0e271be19472900fa9f3bab037d53383ec014a9e
2014-02-21 12:05:20 -08:00
Marco Nelissen
6e89ddc046
Add method to get redirected Uri
...
Change-Id: I32c35e1cae89ee1106e8eabff0a4673af8cf57cd
2014-02-21 12:00:42 -08:00
Alan Viverette
503923220c
Merge "Fix scrolling when the bound target offset is too high"
2014-02-21 19:13:17 +00:00
Alan Viverette
00b9829202
Fix scrolling when the bound target offset is too high
...
BUG: 13033556
Change-Id: I7a61548d3c604f004726117b40882f84ddf75337
2014-02-21 11:11:01 -08:00
Alan Viverette
3a4ab768a9
Merge "Invalidate projection receiver, refactor invalidate methods"
2014-02-21 18:49:18 +00:00
Ruben Brunk
9b30512e59
camera3: Fix raw/DNG tag visibilility.
...
Change-Id: Ie3beed773b27bf56689a750e695ac7cb82580639
2014-02-21 10:25:26 -08:00
Ruben Brunk
8eb91e9f28
Merge "camera3: Add green split property."
2014-02-21 18:07:05 +00:00
Greg Hackmann
c9244720da
open("/dev/rtc0") failure in AlarmManagerService.setTime() should be non-fatal
...
Setting the time-of-day clock is still useful on systems where the RTC
device is not yet brought up or otherwise unavailable. This matches the
in-kernel behavior of the Android alarm driver.
Change-Id: I6d4fdadab12e241ada7419425efd55bd13873c55
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2014-02-21 09:53:25 -08:00
Greg Hackmann
38bf514668
Move time setting code from SystemClock to AlarmManagerService
...
On devices using /dev/rtc instead of /dev/alarm, updating the
time-of-day clock and RTC are separate syscalls. Hence the clock and
RTC could be left in inconsistent states if two threads called
SystemClock.setCurrentTimeMillis() simultaneously.
By moving this code into AlarmManagerService, we can put a global lock
around AlarmManagerService.setTime() and prevent the race condition.
Note that access to SystemClock.setCurrentTimeMillis() is now gated by
android.permission.SET_TIME, where before it was gated by filesystem
permissions (i.e., could the process write to /dev/alarm or /dev/rtc).
Change-Id: Ia34899a4cde983656305fd2ef466dfe908ed23c8
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2014-02-21 09:53:19 -08:00
Elliott Hughes
5784f159ab
am 48dcf9d5: am d7d37256: am b2f07b27: am 4a809272: Merge "Fix documentation for Parcel.readException()."
...
* commit '48dcf9d5f59acf53a3ac0eda141ec323534a3321':
Fix documentation for Parcel.readException().
2014-02-21 17:37:58 +00:00
Elliott Hughes
449e46600f
am 0047d3e0: am e253b514: am 29d60b95: am 8d41e653: Merge "Miscellaneous small documentation fixes."
...
* commit '0047d3e025b43fd2dc05734f7ea6229291445046':
Miscellaneous small documentation fixes.
2014-02-21 17:37:54 +00:00
Elliott Hughes
48dcf9d5f5
am d7d37256: am b2f07b27: am 4a809272: Merge "Fix documentation for Parcel.readException()."
...
* commit 'd7d37256c4bab388e99dae5e16b80a59756cc97d':
Fix documentation for Parcel.readException().
2014-02-21 17:33:41 +00:00
Elliott Hughes
0047d3e025
am e253b514: am 29d60b95: am 8d41e653: Merge "Miscellaneous small documentation fixes."
...
* commit 'e253b514f4ef74a23c784d2cd893eb035d1c793f':
Miscellaneous small documentation fixes.
2014-02-21 17:33:38 +00:00
Elliott Hughes
d7d37256c4
am b2f07b27: am 4a809272: Merge "Fix documentation for Parcel.readException()."
...
* commit 'b2f07b27725bed9716114c46df2cf636eb366f6f':
Fix documentation for Parcel.readException().
2014-02-21 17:28:54 +00:00
Elliott Hughes
e253b514f4
am 29d60b95: am 8d41e653: Merge "Miscellaneous small documentation fixes."
...
* commit '29d60b95fa8019c0542f46551057c4d376bb8a7a':
Miscellaneous small documentation fixes.
2014-02-21 17:28:51 +00:00
Elliott Hughes
b2f07b2772
am 4a809272: Merge "Fix documentation for Parcel.readException()."
...
* commit '4a80927241b3168d9d5138c46c22385d6467a736':
Fix documentation for Parcel.readException().
2014-02-21 09:25:54 -08:00
Elliott Hughes
29d60b95fa
am 8d41e653: Merge "Miscellaneous small documentation fixes."
...
* commit '8d41e653bae240488281d430309e2d501e9524e5':
Miscellaneous small documentation fixes.
2014-02-21 09:25:50 -08:00
Elliott Hughes
4a80927241
Merge "Fix documentation for Parcel.readException()."
2014-02-21 17:21:52 +00:00
Elliott Hughes
8d41e653ba
Merge "Miscellaneous small documentation fixes."
2014-02-21 17:19:21 +00:00
Robin Lee
c53bd971ba
Merge "Check DeviceOwner exists before using packageName"
2014-02-21 17:16:11 +00:00
Craig Mautner
ae39c6283b
am c72f5c2d: am ec5c3b90: am c2c0a61c: Add copyright notice to files missing them.
...
* commit 'c72f5c2de565ab3c46176155f3414cc154b5df39':
Add copyright notice to files missing them.
2014-02-21 17:06:08 +00:00
Craig Mautner
c72f5c2de5
am ec5c3b90: am c2c0a61c: Add copyright notice to files missing them.
...
* commit 'ec5c3b9040625e53e3f5cff1fe3d963b936065f0':
Add copyright notice to files missing them.
2014-02-21 17:01:48 +00:00
Narayan Kamath
2b20f6db9c
am a1aeac80: am 25c55ca9: am 911b2ce3: am 4a642ee5: Merge "Remove unused JNITest class"
...
* commit 'a1aeac80df09cf8d481474264b1ce78ed64e7464':
Remove unused JNITest class
2014-02-21 16:58:33 +00:00
Narayan Kamath
35eeb2d859
am 61910447: am 7942397b: am 19256340: am 22c66639: Merge "Fixes for 64bit in libhwui"
...
* commit '6191044729b2dace9c9b4b15b19a8839377d8973':
Fixes for 64bit in libhwui
2014-02-21 16:58:28 +00:00
Craig Mautner
ec5c3b9040
am c2c0a61c: Add copyright notice to files missing them.
...
* commit 'c2c0a61cf5f779b4726f089f28d966c03ccbba54':
Add copyright notice to files missing them.
2014-02-21 16:55:55 +00:00
Narayan Kamath
a1aeac80df
am 25c55ca9: am 911b2ce3: am 4a642ee5: Merge "Remove unused JNITest class"
...
* commit '25c55ca902f570d3a89753c6eb9492c20dd734ba':
Remove unused JNITest class
2014-02-21 16:53:43 +00:00
Narayan Kamath
6191044729
am 7942397b: am 19256340: am 22c66639: Merge "Fixes for 64bit in libhwui"
...
* commit '7942397b3174a9642996979ae8b4aafb313dc2e2':
Fixes for 64bit in libhwui
2014-02-21 16:53:40 +00:00
Narayan Kamath
25c55ca902
am 911b2ce3: am 4a642ee5: Merge "Remove unused JNITest class"
...
* commit '911b2ce3da7dbd8b6335d1092fc6c9e880147104':
Remove unused JNITest class
2014-02-21 16:47:43 +00:00
Narayan Kamath
7942397b31
am 19256340: am 22c66639: Merge "Fixes for 64bit in libhwui"
...
* commit '192563407964926537d688d4098054c3834341c0':
Fixes for 64bit in libhwui
2014-02-21 16:47:38 +00:00
Narayan Kamath
911b2ce3da
am 4a642ee5: Merge "Remove unused JNITest class"
...
* commit '4a642ee5e65ca47ecf6cb274096162e580aac922':
Remove unused JNITest class
2014-02-21 08:34:36 -08:00
Narayan Kamath
1925634079
am 22c66639: Merge "Fixes for 64bit in libhwui"
...
* commit '22c66639093a634b5688372d261d003b0478c450':
Fixes for 64bit in libhwui
2014-02-21 08:34:30 -08:00
Sander Alewijnse
f475ca33d9
Enables a profile owner or device owner to set and clear default intent handler activities.
...
Those intent handlers are persistent preferences. They will remain the default intent
handler even if the set of potential event handlers for the intent filter changes
and if the intent preferences are reset.
Change-Id: Id0cfae46f93c10d89e441f272096a205ec518dd0
2014-02-21 15:24:20 +00:00
Narayan Kamath
4a642ee5e6
Merge "Remove unused JNITest class"
2014-02-21 15:02:31 +00:00
Ashok Bhat
42f06b0e22
Remove unused JNITest class
...
JNITest class is no longer actively used. This patch
removes the class (java and jni) files.
JNI interfaces and calls are extensively tested in
the art unit tests (art/tests) and in cts (see
CtsJniTestCases).
Change-Id: I62f7c72deb5d206fa3f545ae39a9cb9011110d0a
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
2014-02-21 14:34:35 +00:00
Narayan Kamath
22c6663909
Merge "Fixes for 64bit in libhwui"
2014-02-21 14:23:57 +00:00
Narayan Kamath
2fb1fa6c88
Merge "AArch64: Make AssetAtlasService 64-bit compatible"
2014-02-21 14:15:44 +00:00
Derek Sollenberger
5238275775
Merge "Reapply "Refactor setting an SkPaint onto a hwui Layer.""
2014-02-21 13:15:33 +00:00
Kévin PETIT
73fc558e44
Fixes for 64bit in libhwui
...
Using reinterpret_cast allows conversions between pointer types
and integers which don't have the same size. The corresponding
flags is -Wint-to-pointer-cast.
Change-Id: I8ff0c79d235fa6d07b8d9305edc185d946d5133d
Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
2014-02-21 13:07:29 +00:00
Ashok Bhat
17ab38f8a8
AArch64: Make AssetAtlasService 64-bit compatible
...
Changes in this patch include
[x] Long(64-bit) is used to store native pointers in
AssetAtlasService and related classes as they can be 64-bit.
[x] Some minor changes have been done to conform with
standard JNI practice (e.g. use of jint instead of int
in JNI function prototypes)
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
(cherry-picked from 4de3f481bc59ab4b766dc027e41aff7cda9d62f7)
Change-Id: If22daf40eef46f8df9f94d65ddcc52c45b3acf2a
2014-02-21 13:02:34 +00:00
Narayan Kamath
5c79949324
Merge "Make LruCache.resize(int) public"
2014-02-21 12:36:20 +00:00
Craig Mautner
c2c0a61cf5
Add copyright notice to files missing them.
...
Fixes bug 13121968.
Change-Id: Ifd86581178e7e98bd72b832020e7c8379d40b2de
2014-02-20 20:25:41 -08:00
Craig Mautner
e1abfdf711
am 6222a8ef: am 1648f042: am fd8a8ccb: Merge "Set the new SurfaceControl opaque flag." into klp-modular-dev
...
* commit '6222a8ef853609ea9c0f725c2412a2d25968d9da':
Set the new SurfaceControl opaque flag.
2014-02-21 04:20:58 +00:00
Craig Mautner
709efec60d
am 56dbf7b0: am 3519530f: am 267b37ce: Merge "Resize DimLayer explicitly on rotation." into klp-modular-dev
...
* commit '56dbf7b092826b1cef42357bda422baf18d2292c':
Resize DimLayer explicitly on rotation.
2014-02-21 04:20:39 +00:00
Guang Zhu
4cd353c038
add new accessibility action for EditText to set text content
...
Bug: 12872344
Change-Id: I85a3805ab0c34b96a7d4228f2382c8ff664e36e8
2014-02-20 20:05:34 -08:00
Michael Wright
d429710f8e
Merge "Unbreak manual brightness setting."
2014-02-21 02:09:49 +00:00
Jeff Brown
ac8bdfe4f0
Merge "resolved conflicts for merge of baaa080b to master"
2014-02-21 02:07:45 +00:00
Jeff Brown
10102e4c0e
resolved conflicts for merge of baaa080b to master
...
Change-Id: I3ee12321e298f7a2ea577a99f30c49f3bb497fae
2014-02-20 18:05:03 -08:00
Michael Wright
5c977ea1b7
Unbreak manual brightness setting.
...
Change-Id: I0ba5b82f60eacd66db0dcf4166e9a919ee06f2e0
2014-02-20 18:02:27 -08:00
Ben Gruver
0e3b52e5e8
Merge "Add ability to match intents based on the package name of the intent sender"
2014-02-21 01:18:59 +00:00