Home
last modified time | relevance | path

Searched defs:onHandoverFailed (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java166 public void onHandoverFailed(String callId, int error) {} in onHandoverFailed() method in InCallServiceFixture.FakeInCallService
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java216 default void onHandoverFailed(Call call, int error) {}; in onHandoverFailed() method
314 public void onHandoverFailed(Call call, int error) {} in onHandoverFailed() method in Call.ListenerBase