Home
last modified time | relevance | path

Searched refs:setLocalIdentification (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java164 .setLocalIdentification(mLocalIdentification) in buildWithPskCommon()
354 .setLocalIdentification(mLocalIdentification) in testBuildWithEap()
382 .setLocalIdentification(mLocalIdentification) in testBuildWithDigitalSignatureAuth()
416 .setLocalIdentification(mLocalIdentification) in testBuildWithDsaDigitalSignatureAuth()
451 .setLocalIdentification(mLocalIdentification) in testBuildWithPcscfAddress()
475 .setLocalIdentification(mLocalIdentification) in testBuildWithoutPcscfAddress()
516 .setLocalIdentification(mLocalIdentification) in testBuildWithoutSetAuth()
DIkeSessionTest.java70 .setLocalIdentification(new IkeIpv4AddrIdentification((Inet4Address) LOCAL_ADDRESS)) in buildIkeSessionParams()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java572 public Builder setLocalIdentification(@NonNull IkeIdentification identification) { in setLocalIdentification() method in IkeSessionParams.Builder
/packages/modules/IPsec/api/
Dsystem-current.txt196 …method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setLocalIdentification(@NonN…
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java824 .setLocalIdentification(LOCAL_ID_IPV4) in buildIkeSessionParamsCommon()