Searched refs:IkeSessionWrapper (Results 1 – 2 of 2) sorted by relevance
1640 final IkeSessionWrapper session = ((IkeV2VpnRunner) mVpnRunner).mSession; in agentConnect()2771 @Nullable private IkeSessionWrapper mSession;4518 public static class IkeSessionWrapper { class in Vpn4522 public IkeSessionWrapper(IkeSession session) { in IkeSessionWrapper() method in Vpn.IkeSessionWrapper4551 public IkeSessionWrapper createIkeSession( in createIkeSession()4558 return new IkeSessionWrapper( in createIkeSession()
295 @Mock private Vpn.IkeSessionWrapper mIkeSessionWrapper;428 private void resetIkev2SessionCreator(Vpn.IkeSessionWrapper ikeSession) { in resetIkev2SessionCreator()2839 resetIkev2SessionCreator(mock(Vpn.IkeSessionWrapper.class)); in testStartPlatformVpnReestablishes_mobikeDisabled()