Home
last modified time | relevance | path

Searched refs:toInCall (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1845 void startRtt(Call call, ParcelFileDescriptor fromInCall, ParcelFileDescriptor toInCall) { in startRtt() argument
1849 logOutgoing("startRtt: %s %s %s", callId, fromInCall, toInCall); in startRtt()
1850 mServiceInterface.startRtt(callId, fromInCall, toInCall, in startRtt()
1869 Call call, ParcelFileDescriptor fromInCall, ParcelFileDescriptor toInCall) { in respondToRttRequest() argument
1873 logOutgoing("respondToRttRequest: %s %s %s", callId, fromInCall, toInCall); in respondToRttRequest()
1875 callId, fromInCall, toInCall, Log.getExternalSession(TELECOM_ABBREVIATION)); in respondToRttRequest()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java392 ParcelFileDescriptor toInCall, Session.Info sessionInfo) throws RemoteException { in startRtt() argument
403 ParcelFileDescriptor toInCall, Session.Info sessionInfo) throws RemoteException { in respondToRttUpgradeRequest() argument