Searched refs:fromInCall (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ConnectionServiceWrapper.java | 1283 void startRtt(Call call, ParcelFileDescriptor fromInCall, ParcelFileDescriptor toInCall) { in startRtt() argument 1287 logOutgoing("startRtt: %s %s %s", callId, fromInCall, toInCall); in startRtt() 1288 mServiceInterface.startRtt(callId, fromInCall, toInCall, Log.getExternalSession()); in startRtt() 1306 Call call, ParcelFileDescriptor fromInCall, ParcelFileDescriptor toInCall) { in respondToRttRequest() argument 1310 logOutgoing("respondToRttRequest: %s %s %s", callId, fromInCall, toInCall); in respondToRttRequest() 1312 callId, fromInCall, toInCall, Log.getExternalSession()); in respondToRttRequest()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ConnectionServiceFixture.java | 342 public void startRtt(String callId, ParcelFileDescriptor fromInCall, in startRtt() argument 353 public void respondToRttUpgradeRequest(String callId, ParcelFileDescriptor fromInCall, in respondToRttUpgradeRequest() argument
|