- Dec 15, 2020
-
-
Remi NGUYEN VAN authored
-
Tianjie Xu authored
-
Jeff Sharkey authored
-
Tianjie authored
Use the same owner file from the services. Test: build Change-Id: I976c90c2fd16efe20ca3b944c6e45c30550e3226
-
Jeff Sharkey authored
-
Tianjie authored
Add rubinxu@ as the owner of reboot escrow related functionalities. Test: build Change-Id: Iadafb92c7c43c5002c15e843445931388440e0ba
-
- Dec 14, 2020
-
-
Hyunyoung Song authored
-
Tianjie authored
The RecoverySystem mostly handles OTA update and interactions with the recovery mode. Add the ota team as the owner. Test: build Change-Id: I81bae46d919ea70f04729d34b62d4a569541d914
-
Tianjie Xu authored
* changes: Factor out a class to store the rebootEscrow key Add namespace in DeviceConfig to support ota teams's features
-
Diego Vela authored
-
Diego Vela authored
6db09a0a Change-Id: I81b0a1228b73b9b4fc8116d1eb3134e5d04a76cd
-
Diego Vela authored
-
Diego Vela authored
Revert "Add <uses-library> information." Revert "Add <uses-library> information." Revert submission 1427961-uses-libs-23 Reason for revert: Broken build Bug: 175607244 Reverted Changes: I6ab699005:Add <uses-library> information. Id5d5fe1df:Add <uses-library> information. Id12741c9b:Add <uses-library> information. I2fe6e09c2:Add <uses-library> information. Change-Id: Ibe200e1c32cb6153b69da17676842f04cb2e8b1f
-
Treehugger Robot authored
-
Ryan Mitchell authored
* changes: Revert^2 "Cache resolved theme values" Set resource id correctly when resolve fails Revert^2 "libandroidfw hardening for IncFs" idmap2: remove call to obsolete 'idmap2 verify' from valgrind.sh idmap2: remove the 'scan' command
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Tianjie authored
To support server based RoR, we will communicate with server to encrypt the time constrained reboot escrow key; and put the encrypted key on /data. This replaces the call to the reboot escrow HAL. Add an interface to support both implementations. Bug: 172780686 Test: atest FrameworksServicesTests:RebootEscrowDataTest \ FrameworksServicesTests:LockSettingsServiceTests \ FrameworksServicesTests:RecoverySystemServiceTest \ FrameworksServicesTests:RebootEscrowManagerTests Change-Id: Icf10d5771b1efd8197b677158f39fd240c5c4107
-
Ytai Ben-Tsvi authored
Test: n/a Change-Id: I5c0366f0be49e9d42860694af22550f026f75cbf
-
Tianjie authored
One sample usage is to toggle between server based or HAL based implementation for resume on reboot. Bug: 172780686 Test: adb shell device_config put ota server_based_ror_enabled true; Check the value in system server code Change-Id: Ia9d3cae788e9316850ce1fc417c12b5fc109b1a3
-
Ryan Mitchell authored
Adds the owners of the resources sub-system to own resources related classes in core/jni and the split-select tool previously owned by adamlesinski@. Bug: none Test: none Change-Id: I0117b0ccb258fb0b9a3e075dfd81c0351abecd3a
-
Amos Bianchi authored
-
Gavin Corkery authored
-
Treehugger Robot authored
-
Neil Fuller authored
Add a path for GNSS time suggestions to get to the time detector. Bug: 157265008 Test: atest services/tests/servicestests/src/com/android/server/timedetector/TimeDetectorStrategyImplTest.java Test: atest android.app.timedetector Change-Id: I5cb12b5545652ed885b72a3170940050ce0628a6 Merged-In: I5cb12b5545652ed885b72a3170940050ce0628a6
-
Hyunyoung Song authored
Bug: 162234997 Test: cts test runs only with this CL Change-Id: I42b3456fc655851c052115b888617213be629c61
-
Wale Ogunwale authored
-
Treehugger Robot authored
-
rickywai authored
-
Treehugger Robot authored
-
Eran Messeri authored
-
Nicolas Geoffray authored
-
Neil Fuller authored
-
Neil Fuller authored
Test: None Change-Id: Ib6fe305a1091201bbb80c14a57e04c93912e2342
-
Remi NGUYEN VAN authored
In preparation of future modularization of connectivity classes, a large part of frameworks/base/services/net is planned to be moved to packages/modules/Connectivity. However moving each class "manually" to that git project would lose their commit history, and require many cross-repository topics. To facilitate the work, create frameworks/base/packages/Connectivity, which will be used to move the classes at first, before they can all be moved together with their history to packages/modules/Connectivity. This mirrors the procedure used for NetworkStack, Tethering, CaptivePortalLogin, etc. previously. The added OWNERS file just imports owners from the previous file location. Bug: 171540887 Test: m Change-Id: Ic1c0dbbe8c1f07582c04757ced0ead2fc5b10ca7
-
Remi NGUYEN VAN authored
The ConnectivityThread class is being separated into a specific connectivity JAR; transport-specific managers like LowpanManager should not be sharing the ConnectivityThread. As callbacks from ILowpanManager / ILowpanManagerListener already do not have any ordering guarantee with ConnectivityManager callbacks, the impact of this change should be minimal. LowpanManager is unused in AOSP, and not part of the API. Bug: 174436414 Test: m Change-Id: I23483ed7c4a6c5283b365430a3e503a0dd86c2cb
-
Charles Chen authored
Test: manual Bug: 174932174 Change-Id: Id6a4c60734f24a3d8fdec27b11baead550296441
-
Treehugger Robot authored
-
Lorenzo Colitti authored
-
Treehugger Robot authored
-