Searched refs:ikeCb (Results 1 – 1 of 1) sorted by relevance
1821 final IkeSessionCallback ikeCb = captor.getValue(); in doTestPlatformVpnWithException() local1822 mExecutor.execute(() -> ikeCb.onClosedWithException(exception)); in doTestPlatformVpnWithException()1985 final IkeSessionCallback ikeCb = captor.getValue(); in testVpnManagerEventWillNotBeSentToSettingsVpn() local1986 ikeCb.onClosedWithException(exception); in testVpnManagerEventWillNotBeSentToSettingsVpn()2095 public final IkeSessionCallback ikeCb; field in VpnTest.PlatformVpnSnapshot2099 IkeSessionCallback ikeCb, ChildSessionCallback childCb) { in PlatformVpnSnapshot() argument2102 this.ikeCb = ikeCb; in PlatformVpnSnapshot()2162 final IkeSessionCallback ikeCb = cbPair.first; in verifySetupPlatformVpn() local2165 ikeCb.onOpened(ikeConfig); in verifySetupPlatformVpn()2230 return new PlatformVpnSnapshot(vpn, nwCb, ikeCb, childCb); in verifySetupPlatformVpn()[all …]