Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsVideoProviderWrapperTest.java65 assertFalse(ImsVideoCallProviderWrapper.isPauseRequest(VideoProfile.STATE_AUDIO_ONLY, in testIsPause()
66 VideoProfile.STATE_AUDIO_ONLY)); in testIsPause()
76 VideoProfile.STATE_AUDIO_ONLY)); in testIsResume()
81 VideoProfile.STATE_AUDIO_ONLY | VideoProfile.STATE_PAUSED)); in testIsResume()
/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java66 value = {STATE_AUDIO_ONLY, STATE_TX_ENABLED, STATE_RX_ENABLED, STATE_BIDIRECTIONAL,
98 public static final int STATE_AUDIO_ONLY = 0x0; field in VideoProfile
239 if (videoState == STATE_AUDIO_ONLY) { in videoStateToString()
DConnectionRequest.java39 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
158 this(accountHandle, handle, extras, VideoProfile.STATE_AUDIO_ONLY, null, false, null, null); in ConnectionRequest()
DVideoCallImpl.java46 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
DConference.java257 return VideoProfile.STATE_AUDIO_ONLY; in getVideoState()
DConnection.java2771 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java522 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
534 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
537 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java73 protected int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
DCallManager.java708 ringingPhone.acceptCall(VideoProfile.STATE_AUDIO_ONLY); in acceptCall()
DPhone.java2233 int videoState = VideoProfile.STATE_AUDIO_ONLY; in getVideoState()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java166 new VideoProfile(VideoProfile.STATE_AUDIO_ONLY));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java464 mCTUT.dial("+17005554141", VideoProfile.STATE_AUDIO_ONLY, null); in testDialClirMode()
494 mCTUT.dial("+17005554141", VideoProfile.STATE_AUDIO_ONLY, null); in testEmergencyDialSuppressClir()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java922 videoState = VideoProfile.STATE_AUDIO_ONLY; in dial()
3689 modifyVideoCall(imsCall, VideoProfile.STATE_AUDIO_ONLY); in downgradeVideoCall()
/frameworks/base/config/
Dhiddenapi-public-dex.txt42450 Landroid/telecom/VideoProfile;->STATE_AUDIO_ONLY:I
/frameworks/base/api/
Dcurrent.txt41512 field public static final int STATE_AUDIO_ONLY = 0; // 0x0