Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java218 mRemote.startRtt(rttTextStream); in onStartRtt()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java391 public void startRtt(String callId, ParcelFileDescriptor fromInCall, in startRtt() method in ConnectionServiceFixture.FakeConnectionService
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1845 void startRtt(Call call, ParcelFileDescriptor fromInCall, ParcelFileDescriptor toInCall) { in startRtt() method in ConnectionServiceWrapper
1850 mServiceInterface.startRtt(callId, fromInCall, toInCall, in startRtt()
DCall.java1857 mConnectionService.startRtt(this, in setConnectionProperties()
3259 mConnectionService.startRtt(this, getInCallToCsRttPipeForCs(), getCsToInCallRttPipeForCs()); in sendRttRequest()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1040 originalConnection.startRtt(textStream); in onStartRtt()