Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -27598,6 +27598,7 @@ package android.telecomm { public final class CallServiceAdapter { method public void handleFailedOutgoingCall(android.telecomm.ConnectionRequest, int, java.lang.String); method public void handleSuccessfulOutgoingCall(java.lang.String); method public void handoffCall(java.lang.String); method public void notifyIncomingCall(android.telecomm.CallInfo); method public void onPostDialWait(java.lang.String, java.lang.String); method public void setActive(java.lang.String); telecomm/java/android/telecomm/CallServiceAdapter.java +12 −0 Original line number Diff line number Diff line Loading @@ -224,4 +224,16 @@ public final class CallServiceAdapter { } catch (RemoteException ignored) { } } /** * Instructs Telecomm to handoff the call to another call service. * * @param callId The identifier of the call to handoff. */ public void handoffCall(String callId) { try { mAdapter.handoffCall(callId); } catch (RemoteException e) { } } } telecomm/java/com/android/internal/telecomm/ICallServiceAdapter.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -54,4 +54,6 @@ oneway interface ICallServiceAdapter { void removeCall(String callId); void onPostDialWait(String callId, String remaining); void handoffCall(String callId); } Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -27598,6 +27598,7 @@ package android.telecomm { public final class CallServiceAdapter { method public void handleFailedOutgoingCall(android.telecomm.ConnectionRequest, int, java.lang.String); method public void handleSuccessfulOutgoingCall(java.lang.String); method public void handoffCall(java.lang.String); method public void notifyIncomingCall(android.telecomm.CallInfo); method public void onPostDialWait(java.lang.String, java.lang.String); method public void setActive(java.lang.String);
telecomm/java/android/telecomm/CallServiceAdapter.java +12 −0 Original line number Diff line number Diff line Loading @@ -224,4 +224,16 @@ public final class CallServiceAdapter { } catch (RemoteException ignored) { } } /** * Instructs Telecomm to handoff the call to another call service. * * @param callId The identifier of the call to handoff. */ public void handoffCall(String callId) { try { mAdapter.handoffCall(callId); } catch (RemoteException e) { } } }
telecomm/java/com/android/internal/telecomm/ICallServiceAdapter.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -54,4 +54,6 @@ oneway interface ICallServiceAdapter { void removeCall(String callId); void onPostDialWait(String callId, String remaining); void handoffCall(String callId); }