Home
last modified time | relevance | path

Searched defs:fromInCall (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java391 public void startRtt(String callId, ParcelFileDescriptor fromInCall, in startRtt()
402 public void respondToRttUpgradeRequest(String callId, ParcelFileDescriptor fromInCall, in respondToRttUpgradeRequest()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1845 void startRtt(Call call, ParcelFileDescriptor fromInCall, ParcelFileDescriptor toInCall) { in startRtt()
1869 Call call, ParcelFileDescriptor fromInCall, ParcelFileDescriptor toInCall) { in respondToRttRequest()