Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionConnectedStateTest.java525 cb.onClosedExceptionally(mock(IkeException.class)); in testOpportunisticSa_ignoresPreOpenFailures()
541 cb.onClosedExceptionally(mock(IkeException.class)); in verifyPostOpenFailuresCloseSession()
811 getChildSessionCallback().onClosedExceptionally(exception); in testChildSessionClosedExceptionallyNotifiesGatewayStatusCallback()
843 getIkeSessionCallback().onClosedExceptionally(cause); in verifyIkeSessionClosedExceptionalltyNotifiesStatusCallback()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java324 public void onClosedExceptionally(@NonNull IkeException exception) { in onClosedExceptionally() method in VpnIkev2Utils.IkeSessionCallbackImpl
367 public void onClosedExceptionally(@NonNull IkeException exception) { in onClosedExceptionally() method in VpnIkev2Utils.ChildSessionCallbackImpl
/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java2395 public void onClosedExceptionally(@NonNull IkeException exception) { in onClosedExceptionally() method in VcnGatewayConnection.IkeSessionCallbackImpl
2477 public void onClosedExceptionally(@NonNull IkeException exception) { in onClosedExceptionally() method in VcnGatewayConnection.VcnChildSessionCallback