Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCall.java733 private final String mTelecomCallId; field in Call.Details
941 return mTelecomCallId; in getTelecomCallId()
1224 mTelecomCallId = telecomCallId; in Details()
1277 sb.append(mTelecomCallId); in toString()
1720 private final String mTelecomCallId; field in Call
1811 mInCallAdapter.transferCall(mTelecomCallId, toCall.mTelecomCallId); in transfer()
1950 mInCallAdapter.conference(mTelecomCallId, callToConferenceWith.mTelecomCallId); in conference()
2420 append(mTelecomCallId). in toString()
2492 mTelecomCallId = telecomCallId; in Call()
2503 mTelecomCallId = telecomCallId; in Call()
[all …]
H A DConnectionRequest.java49 private String mTelecomCallId; field in ConnectionRequest.Builder
110 this.mTelecomCallId = telecomCallId; in setTelecomCallId()
167 mTelecomCallId, in build()
180 private final String mTelecomCallId; field in ConnectionRequest
266 mTelecomCallId = telecomCallId; in ConnectionRequest()
279 mTelecomCallId = in.readString(); in ConnectionRequest()
333 return mTelecomCallId; in getTelecomCallId()
469 destination.writeString(mTelecomCallId); in writeToParcel()
H A DConference.java88 private String mTelecomCallId; field in Conference
141 return mTelecomCallId; in getTelecomCallId()
151 mTelecomCallId = telecomCallId; in setTelecomCallId()
H A DConnection.java2176 private String mTelecomCallId; field in Connection
2237 return mTelecomCallId; in getTelecomCallId()
2463 mTelecomCallId = callId; in setTelecomCallId()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51501 Landroid/telecom/Call$Details;->mTelecomCallId:Ljava/lang/String;
51510 Landroid/telecom/Call$RttCall;->mTelecomCallId:Ljava/lang/String;
51561 Landroid/telecom/Call;->mTelecomCallId:Ljava/lang/String;
51636 Landroid/telecom/Conference;->mTelecomCallId:Ljava/lang/String;
51801 Landroid/telecom/Connection;->mTelecomCallId:Ljava/lang/String;
51846 Landroid/telecom/ConnectionRequest$Builder;->mTelecomCallId:Ljava/lang/String;
51869 Landroid/telecom/ConnectionRequest;->mTelecomCallId:Ljava/lang/String;