Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java189 .setLocalIdentification(mLocalIdentification) in buildWithPskCommon()
266 .setLocalIdentification(mLocalIdentification) in createIkeParamsBuilderMinimum()
474 .setLocalIdentification(mLocalIdentification) in testBuildWithEap()
503 .setLocalIdentification(mLocalIdentification) in testBuildWithDigitalSignatureAuth()
538 .setLocalIdentification(mLocalIdentification) in testBuildWithDsaDigitalSignatureAuth()
573 .setLocalIdentification(mLocalIdentification) in testBuildWithPcscfAddress()
597 .setLocalIdentification(mLocalIdentification) in testBuildWithoutPcscfAddress()
638 .setLocalIdentification(mLocalIdentification) in testBuildWithoutSetAuth()
846 .setLocalIdentification(mLocalIdentification) in testCreateWithAndWithoutConnectivityMgr()
855 .setLocalIdentification(mLocalIdentification) in testCreateWithAndWithoutConnectivityMgr()
DIkeTunnelConnectionParamsTest.java30 .setLocalIdentification(new IkeFqdnIdentification("test.client.com"))
DIkeSessionTest.java79 .setLocalIdentification(new IkeIpv4AddrIdentification((Inet4Address) LOCAL_ADDRESS)) in buildIkeSessionParamsBase()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionPskTestBase.java74 .setLocalIdentification(new IkeFqdnIdentification(LOCAL_HOSTNAME)) in createIkeParamsBuilderBase()
DIkeSessionMschapV2Test.java155 .setLocalIdentification(new IkeFqdnIdentification(LOCAL_HOSTNAME)) in openIkeSessionWithRemoteAddress()
DIkeSessionDigitalSignatureTest.java157 .setLocalIdentification( in openIkeSessionWithRemoteAddress()
DIkeSessionParamsTest.java156 .setLocalIdentification(LOCAL_ID) in createIkeParamsBuilderMinimum()
325 .setLocalIdentification(LOCAL_ID) in createIkeParamsBuilderMinimumWithoutAuth()
DIkeSessionRekeyTest.java60 .setLocalIdentification(new IkeFqdnIdentification(LOCAL_HOSTNAME)) in openIkeSessionWithRemoteAddress()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java332 builder.setLocalIdentification( in fromPersistableBundle()
1319 public Builder setLocalIdentification(@NonNull IkeIdentification identification) { in setLocalIdentification() method in IkeSessionParams.Builder
/packages/modules/IPsec/api/
Dcurrent.txt226 …method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setLocalIdentification(@NonN…
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java913 .setLocalIdentification(getLocalIdentification()) in buildIkeSessionParams()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java967 .setLocalIdentification(LOCAL_ID_IPV4) in buildIkeSessionParamsCommon()