Home
last modified time | relevance | path

Searched refs:telecomCallId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DCallDiagnosticService.java263 String telecomCallId = parcelableCall.getId(); in handleCallAdded() local
264 Log.i(this, "handleCallAdded: callId=%s - added", telecomCallId); in handleCallAdded()
267 mCallByTelecomCallId.put(telecomCallId, newCallDetails); in handleCallAdded()
278 callDiagnostics.setCallId(telecomCallId); in handleCallAdded()
279 mDiagnosticCallByTelecomCallId.put(telecomCallId, callDiagnostics); in handleCallAdded()
291 String telecomCallId = parcelableCall.getId(); in handleCallUpdated() local
292 Log.i(this, "handleCallUpdated: callId=%s - updated", telecomCallId); in handleCallUpdated()
296 callDiagnostics = mDiagnosticCallByTelecomCallId.get(telecomCallId); in handleCallUpdated()
301 mCallByTelecomCallId.put(telecomCallId, newCallDetails); in handleCallUpdated()
310 private void handleCallRemoved(@NonNull String telecomCallId) { in handleCallRemoved() argument
[all …]
DConnectionRequest.java109 public @NonNull Builder setTelecomCallId(@NonNull String telecomCallId) { in setTelecomCallId() argument
110 this.mTelecomCallId = telecomCallId; in setTelecomCallId()
232 String telecomCallId, in ConnectionRequest() argument
234 this(accountHandle, handle, extras, videoState, telecomCallId, in ConnectionRequest()
243 String telecomCallId, in ConnectionRequest() argument
247 this(accountHandle, handle, extras, videoState, telecomCallId, in ConnectionRequest()
256 String telecomCallId, in ConnectionRequest() argument
266 mTelecomCallId = telecomCallId; in ConnectionRequest()
DRemoteConnectionService.java587 String telecomCallId = ""; in createRemoteConnection() local
590 telecomCallId = id; in createRemoteConnection()
602 .setTelecomCallId(telecomCallId) in createRemoteConnection()
647 String telecomCallId = mTelecomFeatureFlags.setRemoteConnectionCallId() in createRemoteConference() local
660 .setTelecomCallId(telecomCallId) in createRemoteConference()
DCall.java1140 String telecomCallId, in Details() argument
1161 mTelecomCallId = telecomCallId; in Details()
1544 public RttCall(String telecomCallId, InputStreamReader receiveStream, in RttCall() argument
1546 mTelecomCallId = telecomCallId; in RttCall()
2426 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, String callingPackage, in Call() argument
2429 mTelecomCallId = telecomCallId; in Call()
2437 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, int state, in Call() argument
2440 mTelecomCallId = telecomCallId; in Call()
DConference.java150 public final void setTelecomCallId(String telecomCallId) { in setTelecomCallId() argument
151 mTelecomCallId = telecomCallId; in setTelecomCallId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java390 public void setTelecomCallId(String telecomCallId) { in setTelecomCallId() argument
391 mTelecomCallId = telecomCallId; in setTelecomCallId()