Searched refs:anotherTunnelParams (Results 1 – 1 of 1) sorted by relevance
371 final IkeTunnelConnectionParams anotherTunnelParams = buildTunnelConnectionParams(psk); in testTunnelConnectionParamsEquals() local373 buildTestConfig(connectionName, anotherTunnelParams); in testTunnelConnectionParamsEquals()375 assertNotSame(tunnelParams, anotherTunnelParams); in testTunnelConnectionParamsEquals()376 assertEquals(tunnelParams, anotherTunnelParams); in testTunnelConnectionParamsEquals()388 final IkeTunnelConnectionParams anotherTunnelParams = in testTunnelConnectionParamsNotEquals() local391 buildTestConfig(connectionName, anotherTunnelParams); in testTunnelConnectionParamsNotEquals()393 assertNotEquals(tunnelParams, anotherTunnelParams); in testTunnelConnectionParamsNotEquals()