Searched defs:onHandoverFailed (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java263 public void onHandoverFailed(String callId, int error) { method in class:InCallService.InCallServiceBinder
H A DConnectionService.java1600 onHandoverFailed(request, reason);
2329 public void onHandoverFailed(ConnectionRequest request, method in class:ConnectionService
H A DCall.java890 * Handover failure reason returned via {@link #onHandoverFailed(Call, int)} when the app
905 * Handover failure reason returned via {@link #onHandoverFailed(Call, int)} when a handover
922 * Handover failure reason returned via {@link #onHandoverFailed(Call, int)} when the remote
931 * Handover failure reason returned via {@link #onHandoverFailed(Call, int)} when there
945 * Handover failure reason returned via {@link #onHandoverFailed(Call, int)} when a handover
1110 public void onHandoverFailed(Call call, @HandoverFailureErrors int failureReason) {} method in class:Call.Callback
1565 * {@link Callback#onHandoverFailed(Call, int)}. Errors in the handover process are reported to
1567 * {@link ConnectionService#onHandoverFailed(ConnectionRequest, int)}.
2090 record.getHandler().post(() -> callback.onHandoverFailed(call, error));

Completed in 1513 milliseconds