summaryrefslogtreecommitdiff
path: root/framework-t/src/android/net/IpSecAlgorithm.java
Commit message (Collapse)AuthorAgeFilesLines
* Use public resouce in android.R packageAaron Huang2022-01-031-1/+1
| | | | | | | | | Use public resource since IpSec is planed to be moved into Connectivity mainline module. Bug: 204153604 Test: build Change-Id: I0aafef6b9b08307c3aebce597a2dd24925c6b09a
* Remove unused import in IpSecAlgorithmAaron Huang2021-12-161-1/+0
| | | | | | | | | HexDump is an internal class which cannot be visible to mainline module. Remove it since this is unused. Bug: 204153604 Test: FrameworksNetTests Change-Id: Ie65e7eff8464487719c3124005a097a500ba21c6
* Remove isUnsafeBuild() from IpSecAlgorithmAaron Huang2021-12-151-8/+0
| | | | | | | | | | | | IpSec is going to move to Connectivity mainline module so hidden API usage should be removed. There's no formal API could be an alternative for Build.IS_ENG. Considering isUnsafeBuild() is not a really helpful method because it only prints the log in eng build. Therefore, remove it. Bug: 204153604 Test: FrameworksNetTests Change-Id: Ic354e12423629b0d72e8087843893953a0c8c465
* Fix style errors for IpSec associated filesAaron Huang2021-12-141-1/+1
| | | | | | Bug: 204153604 Test: build pass. Change-Id: I940de8bef7f693dcce8808148a975bea1f36712c
* Move IpSec associated files to f/b/packages/ConnectivityTAaron Huang2021-12-141-0/+500
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