- Sep 29, 2016
-
-
Tao Bao authored
We call uncrypt services to setup / clear bootloader control block (BCB) for scheduling tasks under recovery (applying OTAs, performing FDR). However, we cannot start multiple requests simultaneously. Because they all use the same socket (/dev/socket/uncrypt) for communication and init deletes the socket on service exits. This CL fixes the issue by a) adding synchronized blocks for the service requests; b) checking the availability of the socket before initiating a new one. Note that adding synchronized blocks to RecoverySystem doesn't help, because the calls could be made from different processes (e.g. priv-app, system_server). Bug: 31526152 Test: FDR works while a priv-app keeps calling clear BCB. Change-Id: I95308989e849a9c98a9503ac509f2bc51ed3de19
-
- Sep 28, 2016
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Neil Fuller authored
Picks up a small change to Parameter. Looks like it was caused by a mid-air collision between commit 3ead539c, which introduced Parameter, and commit b4fcc613 which introduced improvements to generics in the .txt file. Test: make droid Change-Id: If1c11e9303d17854ab1e5559c9a412cc6de54685
-
Etan Cohen authored
-
Treehugger Robot authored
* changes: Move libjnigraphics to ndk_library. Migrate libandroid.so to ndk_library.
-
- Sep 27, 2016
-
-
Etan Cohen authored
Results in clearer run-time exception (relatively to using Integer). (cherry-pick of commit 57db2b3e) Bug: 31689166 Test: unit-tests + integrated (sl4a). Change-Id: I79d0e8061204834b9775b02d503cb18fd03ed8c6
-
Jordan Liu authored
-
Dan Albert authored
The headers are already migrated because they're in frameworks/native/include/android, which was covered when migrating libandroid. Test: make native Bug: http://b/30465923 Change-Id: I610dc6c613f2a408960088a86629073da38682a0
-
Dan Albert authored
Test: make native Bug: http://b/30465923 Change-Id: I956b5014c4da4dce1ce28da706b9d868eba4cce3
-
Etan Cohen authored
-
Andreas Huber authored
that convert a one-dimensional array of scalars into the corresponding one-dimensional array of the associated "wrapped" type, i.e. byte[] -> Byte[]. Change-Id: I712b2bb5330bd660816d0ff536a55913904203b6 Bug: 31682327 Test: hidl_test_java
-
Etan Cohen authored
(cherry-pick of commit 7df9b7a1) Bug: 31470256 Test: unit tests + integrated (sl4a) tests Change-Id: I1554b5b7961a5c46656a40ad395431125da7aa7f
-
Tobias Thierer authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
- Sep 26, 2016
-
-
Etan Cohen authored
-
Etan Cohen authored
(cherry-pick of commit ee3d9fc5e60ce4b57dbba7483ac323ed29df2e4a) Bug: 31470256 Test: builds (javadoc only) Change-Id: I645525660b9a6759f968d9e62cd79d6a851815bf
-
Etan Cohen authored
-
ryang authored
The maximum length of a system property is 31 bytes. debug.hwui.enable_partial_updates is 33 bytes Change-Id: Idb1b1a00294dd29f84530e8aee1f685094d0096f
-
Etan Cohen authored
(cherry-pick of commit 0d786340) Bug: 31678708 Test: integrated (sl4a) test Change-Id: I822c66619642f08d1d8f68cc8257185360da60be
-
Etan Cohen authored
-
Etan Cohen authored
(cherry-pick of commit f02ae5e2) Bug: 31470256 Test: unit tests & integration (sl4a) tests. Change-Id: I0225027b8e1a2d7cb5d27afc91b97ef9643f5dff
-
Etan Cohen authored
-
Etan Cohen authored
Remove information about current status of NAN. Receiver will have to query that information explicitly. New pattern (per API council review) - helps reduce window for having old information. (cherry-pick of commit 905077a5) Bug: 31470256 Test: unit tests & integration (sl4a) tests. Change-Id: If3d0873989389e6c69feb0d02e5d0c79cdf9679e
-
Etan Cohen authored
-
Treehugger Robot authored
* changes: DO NOT MERGE Track generics in API definition. DO NOT MERGE Fix issue #29871385: Need JobScheduler.scheduleAsPackage to be system API
-
Etan Cohen authored
Not all codes are actionable. Will add back if/as needed. (cherry-pick of commit 4b47c3f5) Bug: 31470256 Test: unit tests & integration (sl4a) tests. Change-Id: Ibfc9df4dbd3b569caf4ade1da9d2ef43d99269a8
-
Etan Cohen authored
-
Treehugger Robot authored
-
Etan Cohen authored
Move messageId before message in the argument list. (cherry-pick of commit 3da7c884) Bug: 31470256 Test: unit tests & integration (sl4a) tests. Change-Id: I6bfd673a0f92d9908c5b837b713120927b1a0123
-
Etan Cohen authored
-
- Sep 24, 2016
-
-
Dimitry Ivanov authored
-
Dimitry Ivanov authored
Bug: http://b/31289077 Bug: http://b/27171986 Test: remove liblog from libcutils and recompile Change-Id: I71f402a04686b7bd6ee6adacda7b51280f5c7b92
-
- Sep 23, 2016
-
-
Etan Cohen authored
All callback registrations must have handlers. (cherry-pick of commit 9b04fd24) Bug: 31470256 Test: unit tests & integration (sl4a) tests. Change-Id: I5ecc04f997e45b76710f526f378e4cf6e0e28fb9
-
Treehugger Robot authored
-
Etan Cohen authored
-
- Sep 22, 2016
-
-
Christopher Wiley authored
* changes: Remove ability to set frequency from WifiAssociationTest Remove WifiManager#get/setFrequencyBand
-