Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DCall.java538 private final String mTelecomCallId; field in Call.Details
717 return mTelecomCallId; in getTelecomCallId()
929 mTelecomCallId = telecomCallId; in Details()
974 sb.append(mTelecomCallId); in toString()
1285 private final String mTelecomCallId; field in Call.RttCall
1293 mTelecomCallId = telecomCallId; in RttCall()
1316 mInCallAdapter.setRttMode(mTelecomCallId, mode); in setRttMode()
1401 private final String mTelecomCallId; field in Call
1438 mInCallAdapter.answerCall(mTelecomCallId, videoState); in answer()
1447 mInCallAdapter.deflectCall(mTelecomCallId, address); in deflect()
[all …]
DConnectionRequest.java40 private String mTelecomCallId; field in ConnectionRequest.Builder
89 this.mTelecomCallId = telecomCallId; in setTelecomCallId()
131 mTelecomCallId, in build()
142 private final String mTelecomCallId; field in ConnectionRequest
211 mTelecomCallId = telecomCallId; in ConnectionRequest()
222 mTelecomCallId = in.readString(); in ConnectionRequest()
265 return mTelecomCallId; in getTelecomCallId()
393 destination.writeString(mTelecomCallId); in writeToParcel()
DConference.java84 private String mTelecomCallId; field in Conference
128 return mTelecomCallId; in getTelecomCallId()
138 mTelecomCallId = telecomCallId; in setTelecomCallId()
DConnection.java1772 private String mTelecomCallId; field in Connection
1822 return mTelecomCallId; in getTelecomCallId()
2045 mTelecomCallId = callId; in setTelecomCallId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java174 private String mTelecomCallId; field in Connection
285 return mTelecomCallId; in getTelecomCallId()
294 mTelecomCallId = telecomCallId; in setTelecomCallId()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70291 Landroid/telecom/Call$Details;->mTelecomCallId:Ljava/lang/String;
70301 Landroid/telecom/Call$RttCall;->mTelecomCallId:Ljava/lang/String;
70352 Landroid/telecom/Call;->mTelecomCallId:Ljava/lang/String;
70432 Landroid/telecom/Conference;->mTelecomCallId:Ljava/lang/String;
70605 Landroid/telecom/Connection;->mTelecomCallId:Ljava/lang/String;
70651 Landroid/telecom/ConnectionRequest$Builder;->mTelecomCallId:Ljava/lang/String;
70674 Landroid/telecom/ConnectionRequest;->mTelecomCallId:Ljava/lang/String;