summaryrefslogtreecommitdiff
path: root/core/java/android/net/IpSecUdpEncapResponse.java
Commit message (Collapse)AuthorAgeFilesLines
* Move IpSec associated files to f/b/packages/ConnectivityTAaron Huang2021-12-141-96/+0
| | | | | | | | | | | | | IpSecService is going to be moved into Connectivity mainline module. Move all ipsec associated files to packages/ConnectivityT so that it can be easily migrate these files to connectivity module after clearing the hidden API usages. Bug: 204153604 Test: build pass FrameworksNetTests CtsNetTestCases Change-Id: I562b47f18e345988a2638cf886f86818f9144b91
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
| | | | | | | | | If they were null, then the Parcelable would fail to work. Bug: 126726802 Test: manual Change-Id: I7929ffa2f20e5de1c8e68e8263cca99496e9d014 Exempt-From-Owner-Approval: Trivial API annotations
* Add UDP Encap Socket Support to IpSecManagerNathan Harold2017-06-021-0/+96
-Implement the UdpEncapsulationSocket -Convert all ManagedResources to use resourceIds -Rework ManagedResource to track resourceIds Bug: 30984788 Test: cts - IpSecManagerTest#testUdpEncapsulation() Change-Id: I7b1099c487051a8d951c1485791c4b6cef2deb1d