- Nov 04, 2021
-
-
Trevor Radcliffe authored
Fixes: 203674447 Test: Treehugger Change-Id: I30054bc293b5a6870abb0c1f1c3919f250372b0a
-
- Nov 03, 2021
-
-
Lucas Lin authored
-
- Nov 02, 2021
-
-
Yifan Hong authored
-
Mohammad Islam authored
-
Remi NGUYEN VAN authored
-
Xiao Ma authored
-
Hao Ke authored
-
- Nov 01, 2021
-
-
Nagendra Prasad Nagarle Basavaraju authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Jack Yu authored
1. Added minimum bandwidth support. 5G+ icon is only shown when the aggregated bandwidth is above the threshold. 2. Allowed carrier to disable 5G+ while roaming. Bug: 198831438 Bug: 201455505 Test: atest NetworkTypeControllerTest Merged-In: I1f40de5ee559a6d703806e74d305267bde295dcc Change-Id: I1f40de5ee559a6d703806e74d305267bde295dcc (cherry picked from commit 5e7b8533)
-
lucaslin authored
VCN has already known its underlying network, so set it into NetworkCapabilities directly. Bug: 191918368 Test: atest FrameworksVcnTests Change-Id: Ibfe4f12bc5f3a8b7679d8a2c3b1b2f2161b9c9e5
-
Bernardo Rufino authored
-
Xiao Ma authored
Bug: 202940451 Test: m -j passed Merged-In: I393d25f4c1a15927686c984e47c01f2646d0867d Change-Id: I8a2bc2c80b087f304c6f0471736d7a0a6e0b9cd7
-
Xiao Ma authored
-
Lucas Lin authored
* changes: Add startOp and finishOp to track the behavior of VPN app Add new appOps to track the behavior of VPN app
-
Paul Hu authored
-
Remi NGUYEN VAN authored
services.net-module-wifi used to get framework annotations through networkstack-client. This is being cleaned up, so it needs to use framework-annotations-lib instead. services.net-module-wifi is actually part of the Wifi module, even though it is a legacy library left in frameworks/base. Test: m Change-Id: Icf169e3188ab7b6fa6ee306092b380c833c3f4bb
-
- Oct 30, 2021
-
-
Yifan Hong authored
This reverts commit 08e2895a. Reason for revert: shouldn't be used in recovery Change-Id: I2ac8918800b577fc37c1e0ea459ffc872847f60f
-
Yifan Hong authored
Test: none Bug: 177269435 Change-Id: I0f21f40cc933de4e31d63a66ec19d7d50d34cf5c
-
- Oct 29, 2021
-
-
Treehugger Robot authored
-
Paul Murphy authored
-
Dave McCloskey authored
Bug: 201696614 Test: N/A Change-Id: Ib9c2e8ce9439f3b87ee4a8485fa2caa18619c04e
-
Treehugger Robot authored
-
Hao Ke authored
Added typed read API of `readSerializable`, that takes an extra Class<T> parameter to check that the class written on the wire is the same or a descendant from the one provided as argument. Doing so could enhance the security of Parcel deserialization, as it would prevent unexpected types of objects being deserialized. More details can be found at go/safer-parcel. Test: atest -d android.os.cts.ParcelTest Bug: 195622897 Change-Id: I94e48ac7fe8f5d3ba4c54100cb76ce3e4aacdd09
-
Treehugger Robot authored
-
Chalard Jean authored
Test: NetworkManagementServiceTest Change-Id: I0383f542369f79986137084e76bce923d0df02a5
-
Nagendra Prasad Nagarle Basavaraju authored
IKE_OPTION_INITIAL_CONTACT This commit updates IkeSessionParamsUtils to be able to encode/decode IkeSessionParams with IKE_OPTION_INITIAL_CONTACT to/from a PersistableBundle If this option is set for an IKE Session, The INITIAL CONTACT message is sent to the peer to ensure that old security associations (SAs) on the peer are deleted. Bug: 186179788 Test: atest FrameworksIkeTests Change-Id: I4ecd36ae222d95a84e8e6897a219f8accb9ed83b
-
Treehugger Robot authored
-
- Oct 28, 2021
-
-
Paul Murphy authored
Test: Manually tested Bug: b/186495257 Change-Id: I896afc6049a927ac23717c765098b2b4566e9c09
-
kwekua authored
Bug: 194532703 Bug: 204459169 Change-Id: Ic4c57d3797b19869e5c9151ccb183543ba5f6df0
-
Xiao Ma authored
Bug: 202940451 Test: m -j passed Merged-In: I5657a886b4ecc4f0ff4126588ae1f6e0712269a0 Change-Id: I05308bdc681d1037ce86a686101e9067faf0dca3
-
Anton Hansson authored
-
Treehugger Robot authored
-
Bernardo Rufino authored
To be used by lazy value. Now, we also remove getValueParcel() that was copying the section of the parcel since we don't need that anymore. Test: atest -d android.os.cts.ParcelTest android.os.cts.BundleTest android.os.BundleTest android.os.ParcelTest Bug: 195622897 Change-Id: Ic8a0d1b6a268a81df7a1e56fa1e4b307a25210b6
-
paulhu authored
- Replace Slog with Log - Replace Binder.withCleanCallingIdentity with BinderUtils.withCleanCallingIdentity Bug: 204153604 Test: atest FrameworksNetTests CtsNetTestCases Change-Id: I63083b3a4e50afe5154b4e8585d0eee46da819c6
-
Treehugger Robot authored
-
Yifan Hong authored
-