Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DConnectionRequest.java109 public @NonNull Builder setTelecomCallId(@NonNull String telecomCallId) { in setTelecomCallId()
232 String telecomCallId, in ConnectionRequest()
243 String telecomCallId, in ConnectionRequest()
256 String telecomCallId, in ConnectionRequest()
DRemoteConnectionService.java587 String telecomCallId = ""; in createRemoteConnection() local
647 String telecomCallId = mTelecomFeatureFlags.setRemoteConnectionCallId() in createRemoteConference() local
DCallDiagnosticService.java263 String telecomCallId = parcelableCall.getId(); in handleCallAdded() local
291 String telecomCallId = parcelableCall.getId(); in handleCallUpdated() local
310 private void handleCallRemoved(@NonNull String telecomCallId) { in handleCallRemoved()
DCall.java1140 String telecomCallId, in Details()
1544 public RttCall(String telecomCallId, InputStreamReader receiveStream, in RttCall()
2426 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, String callingPackage, in Call()
2437 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, int state, in Call()
DConference.java150 public final void setTelecomCallId(String telecomCallId) { in setTelecomCallId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java390 public void setTelecomCallId(String telecomCallId) { in setTelecomCallId()