summaryrefslogtreecommitdiff
path: root/framework-t/src/android/net/IpSecTransform.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove ServiceManager usage from IpSecTransformAaron Huang2021-12-281-20/+4
| | | | | | | | | | | Remove ServiceManager hidden API dependency because this class is going to be moved into mainline module. Thus have IpSecTransform calls createTransform and deleteTransform through IpSecManager to remove the ServiceManager usage. Bug: 204153604 Test: FrameworksNetTests Change-Id: Iba48da4aecac1080684d5a7e7e7ca2e31219591a
* Replace Preconditions.checkNotNull with Objects.requireNonNullAaron Huang2021-12-221-10/+10
| | | | | | | | | | IpSec service is going to be moved into Connectivity module. Replace Preconditions.checkNotNull with Objects.requireNonNull to remove hidden API usages. Bug: 204153604 Test: FrameworksNetTests Change-Id: Iff7f76844d4126b0e17b62b4ce821449b5b6ce44
* Move IpSec associated files to f/b/packages/ConnectivityTAaron Huang2021-12-141-0/+421
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