Loading telecomm/java/android/telecom/RemoteConference.java +14 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,20 @@ public final class RemoteConference { } } public void merge() { try { mConnectionService.mergeConference(mId); } catch (RemoteException e) { } } public void swap() { try { mConnectionService.swapConference(mId); } catch (RemoteException e) { } } public void hold() { try { mConnectionService.hold(mId); Loading Loading
telecomm/java/android/telecom/RemoteConference.java +14 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,20 @@ public final class RemoteConference { } } public void merge() { try { mConnectionService.mergeConference(mId); } catch (RemoteException e) { } } public void swap() { try { mConnectionService.swapConference(mId); } catch (RemoteException e) { } } public void hold() { try { mConnectionService.hold(mId); Loading