Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DConnectionRequest.java76 String telecomCallId) { in ConnectionRequest() argument
81 mTelecomCallId = telecomCallId; in ConnectionRequest()
DCall.java646 String telecomCallId, in Details() argument
661 mTelecomCallId = telecomCallId; in Details()
1343 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter) { in Call() argument
1345 mTelecomCallId = telecomCallId; in Call()
1351 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, int state) { in Call() argument
1353 mTelecomCallId = telecomCallId; in Call()
DConference.java122 public final void setTelecomCallId(String telecomCallId) { in setTelecomCallId() argument
123 mTelecomCallId = telecomCallId; in setTelecomCallId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java232 public void setTelecomCallId(String telecomCallId) { in setTelecomCallId() argument
233 mTelecomCallId = telecomCallId; in setTelecomCallId()