Searched refs:onHandoverFailed (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockInCallService.java | 78 public void onHandoverFailed(Call call, int failureReason) {} in onHandoverFailed() method in MockInCallService.InCallServiceCallbacks 235 public void onHandoverFailed(Call call, int failureReason) { 236 super.onHandoverFailed(call, failureReason); 238 getCallbacks().onHandoverFailed(call, failureReason);
|
D | CtsSelfManagedConnectionService.java | 128 public void onHandoverFailed(ConnectionRequest request, int error) { in onHandoverFailed() method in CtsSelfManagedConnectionService
|
D | BaseTelecomTestWithMockServices.java | 598 public void onHandoverFailed(Call call, int reason) { in setupCallbacks()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | system-current.txt | 16493 method public void onHandoverFailed(int, int, @NonNull android.telephony.ims.ImsReasonInfo);
|
D | current.txt | 42316 method public void onHandoverFailed(android.telecom.Call, int); 42915 method public void onHandoverFailed(android.telecom.ConnectionRequest, int);
|