Home
last modified time | relevance | path

Searched refs:STATE_AUDIO_ONLY (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java68 value = {STATE_AUDIO_ONLY, STATE_TX_ENABLED, STATE_RX_ENABLED, STATE_BIDIRECTIONAL,
100 public static final int STATE_AUDIO_ONLY = 0x0; field in VideoProfile
241 if (videoState == STATE_AUDIO_ONLY) { in videoStateToString()
H A DConnectionRequest.java48 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
198 this(accountHandle, handle, extras, VideoProfile.STATE_AUDIO_ONLY, null, false, null, null); in ConnectionRequest()
H A DConference.java257 return VideoProfile.STATE_AUDIO_ONLY; in getVideoState()
391 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
H A DVideoCallImpl.java50 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
H A DParcelableConference.java44 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
H A DConnection.java3440 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java941 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
953 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
956 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
H A DCrossDeviceCall.java299 mCall.answer(VideoProfile.STATE_AUDIO_ONLY); in doAccept()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt43071 field public static final int STATE_AUDIO_ONLY = 0; // 0x0