Home
last modified time | relevance | path

Searched refs:addInternalDnsServerRequest (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DTunnelModeChildSessionParamsTest.java163 .addInternalDnsServerRequest(AF_INET) in testBuildChildSessionParamsWithDnsServerReq()
164 .addInternalDnsServerRequest(AF_INET6) in testBuildChildSessionParamsWithDnsServerReq()
165 .addInternalDnsServerRequest(IPV4_DNS_SERVER) in testBuildChildSessionParamsWithDnsServerReq()
166 .addInternalDnsServerRequest(IPV6_DNS_SERVER) in testBuildChildSessionParamsWithDnsServerReq()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DTunnelModeChildSessionParams.java296 public Builder addInternalDnsServerRequest(int addressFamily) { in addInternalDnsServerRequest() method in TunnelModeChildSessionParams.Builder
317 public Builder addInternalDnsServerRequest(@NonNull InetAddress address) { in addInternalDnsServerRequest() method in TunnelModeChildSessionParams.Builder
/packages/modules/IPsec/api/
Dsystem-lint-baseline.txt64 …ilder: android.net.ipsec.ike.TunnelModeChildSessionParams.Builder#addInternalDnsServerRequest(int):
65 … method android.net.ipsec.ike.TunnelModeChildSessionParams.Builder.addInternalDnsServerRequest(int)
Dsystem-current.txt295 …public android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInternalDnsServerRequest(int);