HomeSort by relevance Sort by last modified time
    Searched defs:onHandoverFailed (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
CtsSelfManagedConnectionService.java 133 public void onHandoverFailed(ConnectionRequest request, int error) {
MockInCallService.java 69 public void onHandoverFailed(Call call, int failureReason) {}
204 public void onHandoverFailed(Call call, int failureReason) {
205 super.onHandoverFailed(call, failureReason);
207 getCallbacks().onHandoverFailed(call, failureReason);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
InCallServiceFixture.java 143 public void onHandoverFailed(String callId, int error) {}
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 263 public void onHandoverFailed(String callId, int error) {
    [all...]
ConnectionService.java     [all...]
Call.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 141 void onHandoverFailed(Call call, int error);
218 public void onHandoverFailed(Call call, int error) {}
    [all...]

Completed in 408 milliseconds