Home
last modified time | relevance | path

Searched refs:startRtt (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java218 mRemote.startRtt(rttTextStream); in onStartRtt()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1283 void startRtt(Call call, ParcelFileDescriptor fromInCall, ParcelFileDescriptor toInCall) { in startRtt() method in ConnectionServiceWrapper
1288 mServiceInterface.startRtt(callId, fromInCall, toInCall, Log.getExternalSession()); in startRtt()
DCall.java2175 mConnectionService.startRtt(this, getInCallToCsRttPipeForCs(), getCsToInCallRttPipeForCs()); in sendRttRequest()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java342 public void startRtt(String callId, ParcelFileDescriptor fromInCall, in startRtt() method in ConnectionServiceFixture.FakeConnectionService