Home
last modified time | relevance | path

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

/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java1821 final IkeSessionCallback ikeCb = captor.getValue(); in doTestPlatformVpnWithException() local
1822 mExecutor.execute(() -> ikeCb.onClosedWithException(exception)); in doTestPlatformVpnWithException()
1985 final IkeSessionCallback ikeCb = captor.getValue(); in testVpnManagerEventWillNotBeSentToSettingsVpn() local
1986 ikeCb.onClosedWithException(exception); in testVpnManagerEventWillNotBeSentToSettingsVpn()
2095 public final IkeSessionCallback ikeCb; field in VpnTest.PlatformVpnSnapshot
2099 IkeSessionCallback ikeCb, ChildSessionCallback childCb) { in PlatformVpnSnapshot() argument
2102 this.ikeCb = ikeCb; in PlatformVpnSnapshot()
2162 final IkeSessionCallback ikeCb = cbPair.first; in verifySetupPlatformVpn() local
2165 ikeCb.onOpened(ikeConfig); in verifySetupPlatformVpn()
2230 return new PlatformVpnSnapshot(vpn, nwCb, ikeCb, childCb); in verifySetupPlatformVpn()
[all …]