Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java70 public void onHandoverFailed(Call call, int failureReason) {} in onHandoverFailed() method in MockInCallService.InCallServiceCallbacks
209 public void onHandoverFailed(Call call, int failureReason) {
210 super.onHandoverFailed(call, failureReason);
212 getCallbacks().onHandoverFailed(call, failureReason);
DCtsSelfManagedConnectionService.java133 public void onHandoverFailed(ConnectionRequest request, int error) { in onHandoverFailed() method in CtsSelfManagedConnectionService
DBaseTelecomTestWithMockServices.java546 public void onHandoverFailed(Call call, int reason) { in setupCallbacks()