Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java202 .setRemoteIdentification(mRemoteIdentification) in buildWithPskCommon()
306 .setRemoteIdentification(mRemoteIdentification) in createIkeParamsBuilderMinimum()
531 .setRemoteIdentification(mRemoteIdentification) in testBuildWithEap()
560 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDigitalSignatureAuth()
595 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDsaDigitalSignatureAuth()
630 .setRemoteIdentification(mRemoteIdentification) in testBuildWithPcscfAddress()
654 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutPcscfAddress()
680 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutLocalId()
695 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutSetAuth()
945 .setRemoteIdentification(mRemoteIdentification) in testCreateWithAndWithoutConnectivityMgr()
[all …]
DIkeTunnelConnectionParamsTest.java31 .setRemoteIdentification(new IkeFqdnIdentification("test.server.com"))
DIkeSessionTest.java85 .setRemoteIdentification( in buildIkeSessionParamsBase()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionPskTestBase.java75 .setRemoteIdentification(new IkeFqdnIdentification(REMOTE_HOSTNAME)) in createIkeParamsBuilderBase()
DIkeSessionDigitalSignatureTest.java167 .setRemoteIdentification( in openIkeSessionWithRemoteAddress()
DIkeSessionMschapV2Test.java168 .setRemoteIdentification(new IkeFqdnIdentification(REMOTE_HOSTNAME)) in openIkeSessionWithRemoteAddress()
DIkeSessionLivenessCheckTest.java85 .setRemoteIdentification(new IkeFqdnIdentification(REMOTE_HOSTNAME)) in openIkeSessionWithRemoteAddress()
DIkeSessionRekeyTest.java61 .setRemoteIdentification(new IkeFqdnIdentification(REMOTE_HOSTNAME)) in openIkeSessionWithRemoteAddress()
DIkeSessionParamsTest.java181 .setRemoteIdentification(REMOTE_ID) in createIkeParamsBuilderMinimum()
388 .setRemoteIdentification(REMOTE_ID); in createIkeParamsBuilderMinimumWithoutAuth()
/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DIkeSessionTestUtils.java78 .setRemoteIdentification(testIpv6 in getTestIkeSessionParams()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java610 builder.setRemoteIdentification( in fromPersistableBundle()
1711 public Builder setRemoteIdentification(@NonNull IkeIdentification identification) { in setRemoteIdentification() method in IkeSessionParams.Builder
/packages/modules/IPsec/api/
Dcurrent.txt261 …method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setRemoteIdentification(@Non…
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1330 .setRemoteIdentification(getId(setupRequest.apnName(), false)) in buildIkeSessionParams()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java1063 .setRemoteIdentification(REMOTE_ID_FQDN) in buildIkeSessionParamsCommon()