Searched refs:verifyApplyTunnelModeTransformCommon (Results 1 – 1 of 1) sorted by relevance
843 verifyApplyTunnelModeTransformCommon(false /* closeSpiBeforeApply */, DIRECTION_OUT); in testApplyTunnelModeTransformOutbound()849 verifyApplyTunnelModeTransformCommon(false /* closeSpiBeforeApply */, DIRECTION_OUT); in testApplyTunnelModeTransformOutboundNonNetworkStack()854 verifyApplyTunnelModeTransformCommon(true /* closeSpiBeforeApply */, DIRECTION_OUT); in testApplyTunnelModeTransformOutboundReleasedSpi()859 verifyApplyTunnelModeTransformCommon(true /* closeSpiBeforeApply */, DIRECTION_IN); in testApplyTunnelModeTransformInbound()865 verifyApplyTunnelModeTransformCommon(true /* closeSpiBeforeApply */, DIRECTION_IN); in testApplyTunnelModeTransformInboundNonNetworkStack()870 verifyApplyTunnelModeTransformCommon(true /* closeSpiBeforeApply */, DIRECTION_FWD); in testApplyTunnelModeTransformForward()878 verifyApplyTunnelModeTransformCommon(true /* closeSpiBeforeApply */, DIRECTION_FWD); in testApplyTunnelModeTransformForwardNonNetworkStack()885 public void verifyApplyTunnelModeTransformCommon(boolean closeSpiBeforeApply, int direction) in verifyApplyTunnelModeTransformCommon() method in IpSecServiceParameterizedTest