Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DConnectionRequest.java88 public Builder setTelecomCallId(String telecomCallId) { in setTelecomCallId() argument
89 this.mTelecomCallId = telecomCallId; in setTelecomCallId()
192 String telecomCallId, in ConnectionRequest() argument
194 this(accountHandle, handle, extras, videoState, telecomCallId, in ConnectionRequest()
203 String telecomCallId, in ConnectionRequest() argument
211 mTelecomCallId = telecomCallId; in ConnectionRequest()
DCall.java912 String telecomCallId, in Details() argument
929 mTelecomCallId = telecomCallId; in Details()
1291 public RttCall(String telecomCallId, InputStreamReader receiveStream, in RttCall() argument
1293 mTelecomCallId = telecomCallId; in RttCall()
2026 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, String callingPackage, in Call() argument
2029 mTelecomCallId = telecomCallId; in Call()
2037 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, int state, in Call() argument
2040 mTelecomCallId = telecomCallId; in Call()
DConference.java137 public final void setTelecomCallId(String telecomCallId) { in setTelecomCallId() argument
138 mTelecomCallId = telecomCallId; in setTelecomCallId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java293 public void setTelecomCallId(String telecomCallId) { in setTelecomCallId() argument
294 mTelecomCallId = telecomCallId; in setTelecomCallId()