Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DCall.java613 private final String mTelecomCallId; field in Call.Details
807 return mTelecomCallId; in getTelecomCallId()
1046 mTelecomCallId = telecomCallId; in Details()
1095 sb.append(mTelecomCallId); in toString()
1408 private final String mTelecomCallId; field in Call.RttCall
1416 mTelecomCallId = telecomCallId; in RttCall()
1439 mInCallAdapter.setRttMode(mTelecomCallId, mode); in setRttMode()
1524 private final String mTelecomCallId; field in Call
1562 mInCallAdapter.answerCall(mTelecomCallId, videoState); in answer()
1571 mInCallAdapter.deflectCall(mTelecomCallId, address); in deflect()
[all …]
DConnectionRequest.java48 private String mTelecomCallId; field in ConnectionRequest.Builder
108 this.mTelecomCallId = telecomCallId; in setTelecomCallId()
165 mTelecomCallId, in build()
178 private final String mTelecomCallId; field in ConnectionRequest
264 mTelecomCallId = telecomCallId; in ConnectionRequest()
277 mTelecomCallId = in.readString(); in ConnectionRequest()
332 return mTelecomCallId; in getTelecomCallId()
468 destination.writeString(mTelecomCallId); in writeToParcel()
DConference.java89 private String mTelecomCallId; field in Conference
142 return mTelecomCallId; in getTelecomCallId()
152 mTelecomCallId = telecomCallId; in setTelecomCallId()
DConnection.java1973 private String mTelecomCallId; field in Connection
2034 return mTelecomCallId; in getTelecomCallId()
2259 mTelecomCallId = callId; in setTelecomCallId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java179 private String mTelecomCallId; field in Connection
300 return mTelecomCallId; in getTelecomCallId()
309 mTelecomCallId = telecomCallId; in setTelecomCallId()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt65524 Landroid/telecom/Call$Details;->mTelecomCallId:Ljava/lang/String;
65533 Landroid/telecom/Call$RttCall;->mTelecomCallId:Ljava/lang/String;
65584 Landroid/telecom/Call;->mTelecomCallId:Ljava/lang/String;
65659 Landroid/telecom/Conference;->mTelecomCallId:Ljava/lang/String;
65824 Landroid/telecom/Connection;->mTelecomCallId:Ljava/lang/String;
65869 Landroid/telecom/ConnectionRequest$Builder;->mTelecomCallId:Ljava/lang/String;
65892 Landroid/telecom/ConnectionRequest;->mTelecomCallId:Ljava/lang/String;