Searched refs:fromInCall (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ConnectionServiceWrapper.java | 2428 void startRtt(Call call, ParcelFileDescriptor fromInCall, ParcelFileDescriptor toInCall) { in startRtt() argument 2432 logOutgoing("startRtt: %s %s %s", callId, fromInCall, toInCall); in startRtt() 2433 mServiceInterface.startRtt(callId, fromInCall, toInCall, in startRtt() 2452 Call call, ParcelFileDescriptor fromInCall, ParcelFileDescriptor toInCall) { in respondToRttRequest() argument 2456 logOutgoing("respondToRttRequest: %s %s %s", callId, fromInCall, toInCall); in respondToRttRequest() 2458 callId, fromInCall, toInCall, Log.getExternalSession(TELECOM_ABBREVIATION)); in respondToRttRequest()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ConnectionServiceFixture.java | 433 public void startRtt(String callId, ParcelFileDescriptor fromInCall, in startRtt() argument 444 public void respondToRttUpgradeRequest(String callId, ParcelFileDescriptor fromInCall, in respondToRttUpgradeRequest() argument
|