Searched refs:stopRtt (Results 1 – 6 of 6) sorted by relevance
543 public void stopRtt(String callId) { in stopRtt() method in InCallAdapter551 call.stopRtt(); in stopRtt()
1302 void stopRtt(Call call) { in stopRtt() method in ConnectionServiceWrapper1307 mServiceInterface.stopRtt(callId, Log.getExternalSession()); in stopRtt()
2333 public void stopRtt() { in stopRtt() method in Call2335 mConnectionService.stopRtt(this); in stopRtt()
160 call.stopRtt(); in onCreate()
223 mRemote.stopRtt(); in onStopRtt()
347 public void stopRtt(String callId, Session.Info sessionInfo) throws RemoteException { in stopRtt() method in ConnectionServiceFixture.FakeConnectionService