Home
last modified time | relevance | path

Searched refs:mVideoState (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnectionRequest.java48 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY; field in ConnectionRequest.Builder
101 this.mVideoState = videoState; in setVideoState()
166 mVideoState, in build()
179 private final int mVideoState; field in ConnectionRequest
265 mVideoState = videoState; in ConnectionRequest()
278 mVideoState = in.readInt(); in ConnectionRequest()
322 return mVideoState; in getVideoState()
468 destination.writeInt(mVideoState); in writeToParcel()
H A DParcelableConference.java44 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY; field in ParcelableConference.Builder
106 mVideoState = videoState; in setVideoAttributes()
132 mConnectionProperties, mConnectionIds, mVideoProvider, mVideoState, in build()
147 private final int mVideoState; field in ParcelableConference
184 mVideoState = videoState; in ParcelableConference()
214 .append(mVideoState) in toString()
259 return mVideoState; in getVideoState()
345 destination.writeInt(mVideoState); in writeToParcel()
H A DVideoProfile.java122 private final int mVideoState; field in VideoProfile
142 mVideoState = videoState; in VideoProfile()
156 return mVideoState; in getVideoState()
216 dest.writeInt(mVideoState); in writeToParcel()
224 sb.append(videoStateToString(mVideoState)); in toString()
H A DParcelableCall.java63 private int mVideoState; field in ParcelableCall.ParcelableCallBuilder
181 mVideoState = videoState; in setVideoState()
250 mVideoState, in createParcelableCall()
285 newBuilder.mVideoState = parcelableCall.mVideoState; in fromParcelableCall()
321 private final int mVideoState; field in ParcelableCall
384 mVideoState = videoState; in ParcelableCall()
546 return mVideoState; in getVideoState()
726 destination.writeInt(mVideoState); in writeToParcel()
H A DParcelableCallAnalytics.java55 private int mVideoState; field in ParcelableCallAnalytics.VideoEvent
60 mVideoState = videoState; in VideoEvent()
66 mVideoState = in.readInt(); in VideoEvent()
78 return mVideoState; in getVideoState()
90 out.writeInt(mVideoState); in writeToParcel()
H A DParcelableConnection.java46 private final int mVideoState; field in ParcelableConnection
124 mVideoState = videoState; in ParcelableConnection()
191 return mVideoState; in getVideoState()
338 destination.writeInt(mVideoState); in writeToParcel()
H A DVideoCallImpl.java50 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY; field in VideoCallImpl
321 VideoProfile originalProfile = new VideoProfile(mVideoState, mVideoQuality); in sendSessionModifyRequest()
365 mVideoState = videoState; in setVideoState()
H A DCall.java715 private final int mVideoState; field in Call.Details
1009 return mVideoState; in getVideoState()
1117 Objects.equals(mVideoState, d.mVideoState) && in equals()
1143 mVideoState, in hashCode()
1187 mVideoState = videoState; in Details()
1236 sb.append(VideoProfile.videoStateToString(mVideoState)); in toString()
H A DRemoteConnection.java653 private int mVideoState; field in RemoteConnection
698 mVideoState = connection.getVideoState(); in RemoteConnection()
882 return mVideoState; in getVideoState()
1456 mVideoState = videoState; in setVideoState()
H A DConnection.java2141 private int mVideoState; field in Connection
2233 return mVideoState; in getVideoState()
2518 mVideoState = videoState; in setVideoState()
2520 l.onVideoStateChanged(this, mVideoState); in setVideoState()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
H A DCallRedirectionProcessor.java226 private final int mVideoState; field in CallRedirectionProcessor
290 mVideoState = videoState; in CallRedirectionProcessor()
317 mVideoState, mShouldCancelCall, mUiAction); in onCallRedirectionComplete()
327 mVideoState, mShouldCancelCall, mUiAction); in onCallRedirectionComplete()
375 mPhoneAccountHandle, mRedirectionGatewayInfo, mSpeakerphoneOn, mVideoState, in performCarrierCallRedirection()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java83 protected int mVideoState = VideoProfile.STATE_AUDIO_ONLY; field in PhoneInternalInterface.DialArgs.Builder
113 mVideoState = videoState; in setVideoState()
154 this.videoState = b.mVideoState; in DialArgs()
H A DConnection.java266 private int mVideoState; field in Connection
942 return mVideoState; in getVideoState()
1047 mVideoState = videoState; in setVideoState()
1049 l.onVideoStateChanged(mVideoState); in setVideoState()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java403 private int mVideoState; field in Call
2534 mVideoStateHistory |= mVideoState; in deflect()
2580 mVideoStateHistory |= mVideoState; in reject()
2612 mVideoStateHistory |= mVideoState; in reject()
3595 return mVideoState; in getVideoState()
3636 int previousVideoState = mVideoState; in setVideoState()
3637 mVideoState = videoState; in setVideoState()
3638 if (mVideoState != previousVideoState) { in setVideoState()
3642 l.onVideoStateChanged(this, previousVideoState, mVideoState); in setVideoState()
3982 mVideoStateHistory = mVideoState; in updateVideoHistoryViaState()
[all …]
H A DCallsManager.java5384 private final int mVideoState;
5388 mVideoState = videoState;
5394 Log.d(this, "perform answer call for %s, videoState = %d", mCall, mVideoState);
5402 mCall.answer(mVideoState);
5413 mCall.answer(mVideoState);
5416 if (isSpeakerphoneAutoEnabledForVideoCalls(mVideoState)) {
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java77 int mVideoState = INVALID_VIDEO_STATE; field in ConnectionServiceFixture.FakeConnectionServiceDelegate
96 mVideoState == INVALID_VIDEO_STATE ? request.getVideoState() : mVideoState, in onCreateIncomingConnection()
H A DTelecomSystemTest.java897 connectionServiceFixture.mConnectionServiceDelegate.mVideoState = videoState; in startIncomingPhoneCall()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54825 Landroid/telecom/Call$Details;->mVideoState:I
55127 Landroid/telecom/Connection;->mVideoState:I
55170 Landroid/telecom/ConnectionRequest$Builder;->mVideoState:I
55193 Landroid/telecom/ConnectionRequest;->mVideoState:I
55598 Landroid/telecom/ParcelableCall;->mVideoState:I
55613 Landroid/telecom/ParcelableCallAnalytics$VideoEvent;->mVideoState:I
55661 Landroid/telecom/ParcelableConference;->mVideoState:I
55704 Landroid/telecom/ParcelableConnection;->mVideoState:I
55862 Landroid/telecom/RemoteConnection;->mVideoState:I
56016 Landroid/telecom/VideoCallImpl;->mVideoState:I
[all …]