Home | History | Annotate | Download | only in telecom

Lines Matching defs:stopRtt

618         public void stopRtt(String callId, Session.Info sessionInfo) throws RemoteException {
1121 stopRtt(callId);
1864 private void stopRtt(String callId) {
1865 Log.d(this, "stopRtt(%s)", callId);
1867 findConnectionForAction(callId, "stopRtt").onStopRtt();
1869 Log.w(this, "stopRtt called on a conference.");