- Sep 06, 2018
-
-
David Brazdil authored
We want to preserve the same semantics as P wrt dark greylist. This will eventually become the "blacklist for target SDK >= P". Bug: 113881436 Test: phone boots Change-Id: I3bb72102e1d054eb0f2cae089ab633a0bc2bb276
-
Treehugger Robot authored
-
Erik Kline authored
Currently the kernel sends 3 probes, 1000ms apart when a neighbor is in NUD_PROBE state (either naturally or artificially moved to that state when, for example, confirming network configuration following an AP association/roam). With this change the device sends 5 probes at 750ms apart. This gives the network infrastructure a chance to respond to any of 5 probes instead of any of only 3, at a cost of increasing the total probe time from 3s to 3.75s. Future changes may read these values from settings (or from somewhere else) so that experiments may be conducted or values adjusted based on other information. Test: as follows - built, flashed, booted - runtest frameworks-net passes - examinaton of /proc settings on wifi shows updated values - connected to a test network, disconnected the backhaul, ran "adb shell dumpsys wifi ipclient confirm" while watching "adb shell tcpdump -n -i wlan0 -l -vv arp", and observed 5 ARP who-has ("solicits") ~750ms apart. Bug: 62476366 Bug: 62845299 Change-Id: Ib805531b08624805bb63703a5b338b9ff48171d4
-
- Sep 05, 2018
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
* changes: Convert sysui to bp Cleanup trying to move to bp
-
Alison Cichowlas authored
Bug: 112587252 Bug: 114073652 Test: This is to fix the tests. Change-Id: I083db4e2eb4efd8d4a914f33ac259aa317e568de Merged-In: I083db4e2eb4efd8d4a914f33ac259aa317e568de (cherry picked from commit 5f5ad2e6) (cherry picked from commit 0757deaa)
-
Jason Monk authored
Test: tests gonna test, builds gonna build Change-Id: I7f1ef2e82ce2c74253c57de8d73079dcfe2d2264 Merged-In: I7f1ef2e82ce2c74253c57de8d73079dcfe2d2264 (cherry picked from commit a2f2d82f) (cherry picked from commit 1a8ee9d2) (cherry picked from commit 83ce30d8)
-
Jason Monk authored
- Remove some resources that don't appear to do anything - Don't assume resource ids are final, because they aren't when compiled as a library Test: build Change-Id: I498bc2612d3f47df5f567c18c29e1666431e971c Merged-In: I498bc2612d3f47df5f567c18c29e1666431e971c (cherry picked from commit 05dd5671) (cherry picked from commit a9b2fcad) (cherry picked from commit 4c9d66e5)
-
Treehugger Robot authored
-
Mathew Inwood authored
-
Treehugger Robot authored
* changes: Fallback BUTTON_MODE to HOME Remap PS key to BUTTON_MODE
-
Mathew Inwood authored
The processor outputs unsupportedappusage_index.csv, containing source position info for every@UnsupportedAppUsage annotation processed. It is a mapping of dex signature to the source postion of the annotation on that signature. It is used as input for scripts which update the annotations. We include a META-INF file which causes the compiler to automatically pick up the annotation processor. Otherwise we would need to explicitly specify the processor with a -processor flag to javac. We create a new build target for just the @UnsupportedAppUsage annotation and the @IntDef annotation (which it depends on) so that the processor can also depend on that directly. The processor only runs on a new build target framework-annotation-proc so that it is not invoked as part of a regular build. This is done so that we don't slow down peoples builds: Soong does not support annotation processors when javac sharding is in use. This workaround can be removed once b/77284273 is fixed. Test: m framework-annotation-proc Bug: 113853502 Change-Id: Ie9cd5a90ddf7a51f6035e849703fc39ad9127557
-
Hugo Benichi authored
* changes: ConnectivityService: dumpsys args for dumping networks or requests only. ConnectivityService: Sort requests and networks in dumpsys.
-
Hugo Benichi authored
This patch adds two arguments to ConnectivityService dumpsys handler so that only current networks or only current requests are dumped: - "adb shell dumpsys connectivity networks" will dump current networks. - "adb shell dumpsys connectivity requests" will dump current requests. Bug: none Test: Compiled, flashed, booted, checked that both new dumpsys args work as expected. Change-Id: Ie28e6c800795eb49f386b609e8222a25e73dfc84
-
Hugo Benichi authored
This patch adds two utility functions for sorting requests and networks tracked by ConnectivityService by request id and network id respectively. These utility functions are then used to improve the output of adb shell dumpsys connectivity so that networks and requests are printed in a more stable fashion. Bug: none Test: Compiled, flashed, booted, checked output of adb shell dumpsys connectivity. Change-Id: I3cb9b2ceab64145611a416dcb8c5d512838a2626
-
- Sep 04, 2018
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Tri Vo authored
-
Fan Zhang authored
Test: rebuild Change-Id: I7b1ad77039868c6a827478fbbb32e0fd5c9a29cf
-
Ryan Prichard authored
* changes: Camera: hardware level related doc update Camera: codegen doc update
-
Treehugger Robot authored
-
Josh Gao authored
Previously, fdopen was being called on a file descriptor that was owned by a unique_fd without releasing. This leads to a double close, since both fclose and the unique_fd destructor will try to close the fd. Bug: http://b/113880863 Test: treehugger Change-Id: I6f6f48d304861b5e4d7efee0d3ad0e30178a95a4
-
Treehugger Robot authored
-
Brad Ebinger authored
-
Treehugger Robot authored
-
- Sep 03, 2018
-
-
Treehugger Robot authored
-
Paul Hu authored
-
Mathew Inwood authored
-
Seigo Nonaka authored
Bug: 111299224 Bug: 113701305 Test: atest android.text.method.ForwardDeleteTest Merged-In: Ic872c632a68a31c3fee2916d0ff4fce83b76eff6 Change-Id: Ic872c632a68a31c3fee2916d0ff4fce83b76eff6 (cherry picked from commit dd2c4291)
-
Remi NGUYEN VAN authored
* changes: Ignore DHCP discover and request w/ invalid giaddr Send ciaddr in DHCP server ACK if set by client
-
Remi NGUYEN VAN authored
-
- Sep 01, 2018
-
-
Treehugger Robot authored
-
- Aug 31, 2018
-
-
Shuo Qian authored
-
Treehugger Robot authored
-
Treehugger Robot authored
* changes: Don't apply filter in readback, when there is no scaling Set AppStandbyController charging state on init Fix TextureView.getBitmap with scale layer transform
-
sqian authored
- Provide a Call Redirection API Surface - Provide a key "KEY_CALL_REDIRECTION_SERVICE_COMPONENT_NAME_STRING" in the CarrierConfigManager - Create .aidl interfaces for Call Redirection (CallRedirectionService.aidl, CallRedirectionAdapter.aidl) Bug: 64959558 Test: Compile Change-Id: Ic119fa445e66f1275eabf944c77fdc981bc9a2a7 Merged-In: Ic119fa445e66f1275eabf944c77fdc981bc9a2a7 (cherry picked from commit ea8970cd)
-
Brad Ebinger authored
-
Brad Ebinger authored
Some carriers do not support changing the password and deactivating all call barring options using the "Call Barring" UI. These options aren't available over the UT interface, so the options are always grayed out. Adds KEY_CALL_BARRING_SUPPORTS_PASSWORD_CHANGE_BOOL and KEY_CALL_BARRING_SUPPORTS_DEACTIVATE_ALL_BOOL keys to the CarrierConfigManager to handle these two cases. Test: disable carrier configs manually and check UI Bug: 80510612 Change-Id: I0190f15107ae1828ba98902ca10ed4128fb71dbf
-
Benedict Wong authored
-