Home
last modified time | relevance | path

Searched refs:addInternalAddressRequest (Results 1 – 6 of 6) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DTunnelModeChildSessionParamsTest.java141 .addInternalAddressRequest(AF_INET) in testBuildChildSessionParamsWithAddressReq()
142 .addInternalAddressRequest(AF_INET6) in testBuildChildSessionParamsWithAddressReq()
143 .addInternalAddressRequest(AF_INET6) in testBuildChildSessionParamsWithAddressReq()
144 .addInternalAddressRequest(IPV4_ADDRESS) in testBuildChildSessionParamsWithAddressReq()
145 .addInternalAddressRequest(IPV6_ADDRESS, IP6_PREFIX_LEN) in testBuildChildSessionParamsWithAddressReq()
/packages/modules/IPsec/api/
Dsystem-lint-baseline.txt56 …Builder: android.net.ipsec.ike.TunnelModeChildSessionParams.Builder#addInternalAddressRequest(int):
57 …ng method android.net.ipsec.ike.TunnelModeChildSessionParams.Builder.addInternalAddressRequest(int)
58 …der: android.net.ipsec.ike.TunnelModeChildSessionParams.Builder#addInternalAddressRequest(java.net…
59 …thod android.net.ipsec.ike.TunnelModeChildSessionParams.Builder.addInternalAddressRequest(java.net…
60 …der: android.net.ipsec.ike.TunnelModeChildSessionParams.Builder#addInternalAddressRequest(java.net…
61 …thod android.net.ipsec.ike.TunnelModeChildSessionParams.Builder.addInternalAddressRequest(java.net…
Dsystem-current.txt291 …l public android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInternalAddressRequest(int);
292 …blic android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInternalAddressRequest(@NonNull…
293 …blic android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInternalAddressRequest(@NonNull…
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DTunnelModeChildSessionParams.java237 public Builder addInternalAddressRequest(int addressFamily) { in addInternalAddressRequest() method in TunnelModeChildSessionParams.Builder
258 public Builder addInternalAddressRequest(@NonNull Inet4Address address) { in addInternalAddressRequest() method in TunnelModeChildSessionParams.Builder
277 public Builder addInternalAddressRequest(@NonNull Inet6Address address, int prefixLen) { in addInternalAddressRequest() method in TunnelModeChildSessionParams.Builder
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java295 .addInternalAddressRequest(AF_INET) in buildChildSessionParams()
296 .addInternalAddressRequest(INTERNAL_ADDRESS) in buildChildSessionParams()
1831 .addInternalAddressRequest(AF_INET) in testFirstChildLocalRekey()
1832 .addInternalAddressRequest(INTERNAL_ADDRESS) in testFirstChildLocalRekey()
1901 .addInternalAddressRequest(AF_INET) in testRemoteRekeyWithKePayload()
1902 .addInternalAddressRequest(INTERNAL_ADDRESS) in testRemoteRekeyWithKePayload()
DIkeSessionStateMachineTest.java862 .addInternalAddressRequest(AF_INET) in buildChildSessionParams()
863 .addInternalAddressRequest(AF_INET6) in buildChildSessionParams()