Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java190 .setRemoteIdentification(mRemoteIdentification) in buildWithPskCommon()
267 .setRemoteIdentification(mRemoteIdentification) in createIkeParamsBuilderMinimum()
475 .setRemoteIdentification(mRemoteIdentification) in testBuildWithEap()
504 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDigitalSignatureAuth()
539 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDsaDigitalSignatureAuth()
574 .setRemoteIdentification(mRemoteIdentification) in testBuildWithPcscfAddress()
598 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutPcscfAddress()
624 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutLocalId()
639 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutSetAuth()
847 .setRemoteIdentification(mRemoteIdentification) in testCreateWithAndWithoutConnectivityMgr()
[all …]
DIkeTunnelConnectionParamsTest.java31 .setRemoteIdentification(new IkeFqdnIdentification("test.server.com"))
DIkeSessionTest.java80 .setRemoteIdentification( in buildIkeSessionParamsBase()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionPskTestBase.java75 .setRemoteIdentification(new IkeFqdnIdentification(REMOTE_HOSTNAME)) in createIkeParamsBuilderBase()
DIkeSessionMschapV2Test.java156 .setRemoteIdentification(new IkeFqdnIdentification(REMOTE_HOSTNAME)) in openIkeSessionWithRemoteAddress()
DIkeSessionDigitalSignatureTest.java159 .setRemoteIdentification( in openIkeSessionWithRemoteAddress()
DIkeSessionParamsTest.java157 .setRemoteIdentification(REMOTE_ID) in createIkeParamsBuilderMinimum()
326 .setRemoteIdentification(REMOTE_ID); in createIkeParamsBuilderMinimumWithoutAuth()
DIkeSessionRekeyTest.java61 .setRemoteIdentification(new IkeFqdnIdentification(REMOTE_HOSTNAME)) in openIkeSessionWithRemoteAddress()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java334 builder.setRemoteIdentification( in fromPersistableBundle()
1335 public Builder setRemoteIdentification(@NonNull IkeIdentification identification) { in setRemoteIdentification() method in IkeSessionParams.Builder
/packages/modules/IPsec/api/
Dcurrent.txt229 …method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setRemoteIdentification(@Non…
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java914 .setRemoteIdentification(getId(setupRequest.apnName(), false)) in buildIkeSessionParams()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java968 .setRemoteIdentification(REMOTE_ID_FQDN) in buildIkeSessionParamsCommon()