summaryrefslogtreecommitdiff
path: root/core/java/android/net/PrivateDnsConnectivityChecker.java
Commit message (Collapse)AuthorAgeFilesLines
* [MS60] Remove TrafficStats.TAG_SYSTEM_APP dependencyJunyu Lai2022-01-171-1/+1
| | | | | | | | Replace with system Api. Test: TH Bug: 204830222 Change-Id: If2ef0dbb058c4360f046b1c16fdf467594249b03
* Private DNS connectivity checkEran Messeri2018-12-051-0/+64
Implement connectivity check to DNS-over-TLS servers, checking that the RFC-defined port on the host is reachable and a TLS handshake can be performed. Bug: 112982691 Test: atest com.android.cts.devicepolicy.DeviceOwnerTest#testPrivateDnsPolicy Change-Id: I1eb4ec201d7e096b969b7bc2bcba271f99de2d2f