- Aug 30, 2018
-
-
David Brazdil authored
Generating hidden API lists has grown in complexity and the original Makefile rule has become a bottleneck for build times. Rewrite the logic in Python. Bug: 113278235 Bug: 73736106 Test: frameworks/base/tools/hiddenapi/generate_hiddenapi_lists_test.py Change-Id: I63f03133d70260d06c55f482b844a4980dc6f734
-
Remi NGUYEN VAN authored
* changes: Fix DHCP options sent by DHCP server Fix BOOTP fields for server-generated DHCP packets
-
Ian Zerny authored
-
Mathew Inwood authored
-
Remi NGUYEN VAN authored
Add Android metered option, rebinding time option (T2), and match current order of options. Current DHCP server uses subnet_mask, broadcast_address, router, name_server in this order. Test: DhcpServerTest.py:test_discover_paramrequestlist passes atest FrameworksNetTests passes Bug: b/109584964 Change-Id: I58f904d5fac306f704c16234fd69c2440fe0803d
-
Remi NGUYEN VAN authored
Set siaddr to the server address instead of zero in DHCPOFFER Set siaddr to zero instead of the server address in DHCPNAK Set giaddr to the relay address instead of the server address in DHCPNAK Set giaddr to the relay address instead of zero on DHCPACK and DHCPOFFER Set server identifier option in DHCPNAK Current code is not compliant with RFC2131 and does not match dnsmasq behavior. It was not an issue until now since the packets were only used by the DHCP client, which does not send DHCPOFFER or DHCPNAK. Bug: b/109584964 Test: following DhcpServerTest.py regression tests pass: test_discover_bootpfields test_request_selecting_inuse test_request_rebinding_relayed test_discover_relayed_broadcastbit test_request_rebinding_wrongaddr_relayed Also: atest FrameworksNetTests Change-Id: Ie0bf780498e38945444bff66ca499cff5983a97f
-
Shaotang Li authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Remi NGUYEN VAN authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Pengquan Meng authored
-
Dan Willemsen authored
See build/soong/README.md for more information. Test: cd frameworks/base/tools/aapt; mma Test: aapt version Change-Id: Ice97e9b32c53cfed30d68acd5717d8c66712df4c
-
Oscar Shu authored
-
- Aug 29, 2018
-
-
Treehugger Robot authored
-
Pengquan Meng authored
Bug:111453847 Test: build test Change-Id: Ia4468664453e532e80b8834e53d386fabeb11c41 Merged-In: Ia4468664453e532e80b8834e53d386fabeb11c41
-
Tyler Gunn authored
Bug: 113528087 Test: Manual Change-Id: I17d82d53386c14cfd0324d455b892ca17e07a079
-
Treehugger Robot authored
* changes: Migrated various apps under frameworks/base/packages/Shell to androidx Migrated SystemUI & SettingsLib to androidx
-
Chienyuan authored
From current code, it will check if the device connected before getConnectionState. We can remove this check logic because HidHostService will do it. Bug: 111812003 Test: manual - connect/disconnect HID keyborad from Settings UI Change-Id: Ib512b3f15109b6f4cacf1f1c517b69d17ddd5ac4
-
Chienyuan authored
* connect: remove debug log of connect connected device. HeadsetService will check it and print related log. * disconnect: remove connected device check logic. HeadsetService will check it. * getConnectionStatus: remove connected device check logic. HeadsetService will check it. * wrap if/else statement in curly brackets. Bug: 111812003 Test: manual - connect/disconnect headset from Settings UI Change-Id: I2c58362c236a26b38c8aa67eb3a3433d76f97e45
-
Jakub Pawlowski authored
-
Dario Freni authored
-
Treehugger Robot authored
-
Erik Kline authored
Test: as follows - built, flashed, booted - runtest frameworks-net passes - manual bluetooth tethering testing doesn't seem to trigger any actual tethering, since bt-pan interface keeps going down on test device (IpClient never really starts up fully) Bug: 62476366 Bug: 113136023 Change-Id: I3265f60f8ae125eba4545cb652c95a2f70049058
-
Nitin Shivpure authored
Adding service solicitation uuid feature in scan filter, So BLE Scanner can set scan filter for advertising packets that includes the Service Solicitation uuid, which can be one of the below types. - List of 16 bit Service UUIDs - List of 32 bit Service UUIDs - List of 128 bit Service UUIDs Test: BLE Scanner can do filter scan for advertising packets that includes the Service Solicitation uuid. Bug: 78483310 Change-Id: I3d83c50e446fca06a76db002dad716759c145d6e
-
Remi NGUYEN VAN authored
-
Remi NGUYEN VAN authored
-
Shaotang Li authored
Bug: 111378820 Test: build Change-Id: I2eb6965238e37435bb380fb4a0e616bd1da6dae6 Merged-In: I2eb6965238e37435bb380fb4a0e616bd1da6dae6
-
Remi NGUYEN VAN authored
The newer implementation is disabled by default with this CL. Ultimately the intention is to enable it by default. Bug: b/109584964 Test: set tether_enable_legacy_dhcp_server to 0, ran DhcpServerTest.py, observed new behavior. Added tests in CL also pass. Change-Id: I0f830b9804b8956c127057e66ab75a21ca29dc57
-
Remi NGUYEN VAN authored
-
Treehugger Robot authored
-
- Aug 28, 2018
-
-
Treehugger Robot authored
-
keigo, nishira authored
Some fields in WifiInfo are not written into Parcel so these fields will not be carried over process boundaries. cherry-picked from: ag/4820524 Bug: 79889311 Test: compile & verified fields are filled from app Test: Unit tests Change-Id: I0d8f453c49212fc6d12d28537454c9a9657c1ef7
-
Jack Yu authored
-
Treehugger Robot authored
-
KOUSHIK PANUGANTI authored
Bug: 76692459 Test: make Shell Change-Id: If11159cac1bd5aa61c46a346647b97a661abbf11 Merged-In: If11159cac1bd5aa61c46a346647b97a661abbf11 (cherry picked from commit e92135a6) (cherry picked from commit 474df059) (cherry picked from commit e0efaddb)
-
Aurimas Liutikas authored
Test: make SystemUI SettingsLib Bug:76692459 Change-Id: I248fdf4042a0a97bc6349091da21c936c2d37c95 Merged-In: I248fdf4042a0a97bc6349091da21c936c2d37c95 (cherry picked from commit fd52c143) (cherry picked from commit d366771e) (cherry picked from commit a14377a4)
-
Victor Khimenko authored
-