Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DConnectionRequest.java107 public @NonNull Builder setTelecomCallId(@NonNull String telecomCallId) { in setTelecomCallId() argument
108 this.mTelecomCallId = telecomCallId; in setTelecomCallId()
230 String telecomCallId, in ConnectionRequest() argument
232 this(accountHandle, handle, extras, videoState, telecomCallId, in ConnectionRequest()
241 String telecomCallId, in ConnectionRequest() argument
245 this(accountHandle, handle, extras, videoState, telecomCallId, in ConnectionRequest()
254 String telecomCallId, in ConnectionRequest() argument
264 mTelecomCallId = telecomCallId; in ConnectionRequest()
DCall.java1025 String telecomCallId, in Details() argument
1044 mTelecomCallId = telecomCallId; in Details()
1412 public RttCall(String telecomCallId, InputStreamReader receiveStream, in RttCall() argument
1414 mTelecomCallId = telecomCallId; in RttCall()
2271 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, String callingPackage, in Call() argument
2274 mTelecomCallId = telecomCallId; in Call()
2282 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, int state, in Call() argument
2285 mTelecomCallId = telecomCallId; in Call()
DConference.java151 public final void setTelecomCallId(String telecomCallId) { in setTelecomCallId() argument
152 mTelecomCallId = telecomCallId; in setTelecomCallId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java308 public void setTelecomCallId(String telecomCallId) { in setTelecomCallId() argument
309 mTelecomCallId = telecomCallId; in setTelecomCallId()