- Feb 08, 2019
-
-
Colin Cross authored
offline-sdk-docs is the most useful target for local developers verifying documentation changes. Unzip offline-sdk-docs.zip into out/target/common/docs/offline-sdk/ whenever the offline-sdk-docs or docs targets are built. Fixes: 124115897 Test: m offline-sdk-docs Change-Id: I92ce65742e7475cc64a688f2b1893c96ecfd2a52
-
Nathan Harold authored
-
Nathan Harold authored
-
- Feb 07, 2019
-
-
Amit Mahajan authored
-
Alexander Smundak authored
-
Sahin Caliskan authored
-
Mathieu Chartier authored
-
Amit Mahajan authored
Test: basic sanity Bug: 122819162 Change-Id: Ia55b5550930b1e34e14e46c718261ec11ac56f43
-
Sahin Caliskan authored
This change makes necessary changes to unhide the APIs in a future commit. All the classes that end with Parameters needed to be converted to Params, which resulted in a rather large change. I also had to reintroduce RcsOutgoingMessageCreationParameters as it was required to make Parcelables final, which means I had to make this new class parcelable and RcsMessageCreationParameters non-parcelable and non-final Test: Existing tests pass Bug:109759350 Change-Id: I2fe9382d28a9abf02ad22ec7ccdeaedc55ae4337
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Chih-hung Hsieh authored
-
Chih-Hung Hsieh authored
Bug: 33166666 Test: gerrit uploader Change-Id: Ief5d4bf9005bb3a712803101f98dd2b876662eb8
-
Remi NGUYEN VAN authored
-
Remi NGUYEN VAN authored
-
Amit Mahajan authored
-
Amit Mahajan authored
-
- Feb 06, 2019
-
-
Treehugger Robot authored
-
Chih-hung Hsieh authored
-
Youming Ye authored
-
Treehugger Robot authored
-
Mathieu Chartier authored
Passed down to the zygote if the corresponding system property is set: runtime_native / use_app_image_startup_cache. Bug: 123524494 Bug: 116059983 Test: adb shell device_config put runtime_native use_app_image_startup_cache true (cherry picked from commit ced7e081) Merged-In: I27c0b9ea9533b2b6ad1ccd45f0fb9292c4cfca02 Change-Id: I27c0b9ea9533b2b6ad1ccd45f0fb9292c4cfca02
-
Jack He authored
* Logs when a Bluetooth socket's connection state is changed * A Bluetooth socket can be: - RFCOMM socket - SCO socket - BR/EDR L2CAP socket - BLE L2CAP socket Bug: 112969790 Test: make, test drive with statsd Change-Id: I97b1e650e197a0dad1e2959e2f5b4dd98370d892 Merged-In: I97b1e650e197a0dad1e2959e2f5b4dd98370d892 (cherry picked from commit 815cdbaa)
-
Sasha Smundak authored
Test: treehugger Change-Id: I9e57744737430ff7e1ab57891dc81d1dd3bbcb83 Merged-In: I9e57744737430ff7e1ab57891dc81d1dd3bbcb83
-
Neil Fuller authored
-
Chalard Jean authored
-
Sahin Caliskan authored
-
nchalko authored
-
Sahin Caliskan authored
This change adds the implementation of RcsMessageStore. Please see the bug for the design and one-pager Test: Added unit tests Bug: 109759350 Change-Id: I6049dcf74ef9e19a38ce58148a89497992bc1c98
-
Chalard Jean authored
-
Aaron Huang authored
To support TCP keepalive offload, APF filter needs to add program for dropping keepalive ack packets when offload is starting. Bug: 114151147 Test: runtest frameworks-net -c android.net.apf.ApfTest Change-Id: If16a9bc04eb29dfedb950b6e4c85fe9ad4cf259f
-
junyulai authored
The new set of API allows applications to request keepalives offload for established TCP sockets over wifi. However, the application must not write to or read from the socket after calling this method, until specific callbacks are called. Bug: 114151147 Test: atest FrameworksNetTests FrameworksWifiTests NetworkStackTests Change-Id: I3880505dbc35fefa34ef6c79555458ecf5d296a4
-
Remi NGUYEN VAN authored
-
Kyeongkab.Nam authored
Fix reference leak when TV input changed. Test: 1. Modify to call android.os.Debug.dumpReferenceTables() in TvInputManagerService#onServiceConnected 2. Build and run 3. Repeat to launch and finish TV player application with logcat output 4. Confirm Global Reference Table information on logcat whether reference increase Change-Id: I9b9896115088d8b179a9cf29ddca88e8a8fa529a
-
Chalard Jean authored
-
Remi NGUYEN VAN authored
Treat NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK as equivalent to NETWORK_STACK, CONNECTIVITY_INTERNAL and NETWORK_SETTINGS combined. NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK is defined as signature permission in NetworkStackPermissionStub, which is signed with the platform certificate, so requirements are the same for both permissions. The permission is defined by NetworkStackPermissionStub and only used by NetworkStack, which must be signed with the same key as the stub. Test: flashed, booted, WiFi works, also with changes on top removing CONNECTIVITY_INTERNAL and NETWORK_SETTINGS Bug: 112869080 Change-Id: I9d0ea8fc99eadf7e902421efdba9b8bf535658b8
-
Treehugger Robot authored
-
Remi NGUYEN VAN authored
Endpoints protected with INTERACT_ACROSS_USERS_FULL, such as startActivityAsUser, should only be used by modules signed with the platform cert. The NetworkStack needs to have the system server start the application so this restriction can be applied. Bug: 123846255 Test: flashed, captive portal works from primary and secondary user Change-Id: Ib3e427b3fd03ced80c02985e795f79b096a2ec9a
-
Bernie Innocenti authored
-
Bernie Innocenti authored
Test: ../../build/make/tools/checkowners.py packages/NetworkStack/OWNERS Change-Id: I6254f1ac2a24611ca6901f8f940d9e5babaaf373
-