Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/android/net/vcn/
DVcnGatewayConnectionConfigTest.java371 final IkeTunnelConnectionParams anotherTunnelParams = buildTunnelConnectionParams(psk); in testTunnelConnectionParamsEquals() local
373 buildTestConfig(connectionName, anotherTunnelParams); in testTunnelConnectionParamsEquals()
375 assertNotSame(tunnelParams, anotherTunnelParams); in testTunnelConnectionParamsEquals()
376 assertEquals(tunnelParams, anotherTunnelParams); in testTunnelConnectionParamsEquals()
388 final IkeTunnelConnectionParams anotherTunnelParams = in testTunnelConnectionParamsNotEquals() local
391 buildTestConfig(connectionName, anotherTunnelParams); in testTunnelConnectionParamsNotEquals()
393 assertNotEquals(tunnelParams, anotherTunnelParams); in testTunnelConnectionParamsNotEquals()