Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsVideoProviderWrapperTest.java66 assertFalse(ImsVideoCallProviderWrapper.isPauseRequest(VideoProfile.STATE_AUDIO_ONLY, in testIsPause()
67 VideoProfile.STATE_AUDIO_ONLY)); in testIsPause()
77 VideoProfile.STATE_AUDIO_ONLY)); in testIsResume()
82 VideoProfile.STATE_AUDIO_ONLY | VideoProfile.STATE_PAUSED)); in testIsResume()
/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java69 value = {STATE_AUDIO_ONLY, STATE_TX_ENABLED, STATE_RX_ENABLED, STATE_BIDIRECTIONAL,
101 public static final int STATE_AUDIO_ONLY = 0x0; field in VideoProfile
242 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.java48 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
DConference.java270 return VideoProfile.STATE_AUDIO_ONLY; in getVideoState()
DConnection.java2894 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java646 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
658 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
661 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java472 mCTUT.dial("+17005554141", VideoProfile.STATE_AUDIO_ONLY, null); in testDialClirMode()
502 mCTUT.dial("+17005554141", VideoProfile.STATE_AUDIO_ONLY, null); in testEmergencyDialSuppressClir()
868 mCTUT.dial("6505551212", VideoProfile.STATE_AUDIO_ONLY, new Bundle()); in testCantMakeCallWhileRinging()
882 mCTUT.dial("6505551212", VideoProfile.STATE_AUDIO_ONLY, new Bundle()); in testCantMakeCallWhileDialing()
902 mCTUT.dial("6505551212", VideoProfile.STATE_AUDIO_ONLY, new Bundle()); in testCantMakeCallTooMany()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java73 protected int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
DPhone.java2426 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/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java797 videoState = VideoProfile.STATE_AUDIO_ONLY; in dial()
4021 modifyVideoCall(imsCall, VideoProfile.STATE_AUDIO_ONLY); in downgradeVideoCall()
/frameworks/base/api/
Dcurrent.txt43824 field public static final int STATE_AUDIO_ONLY = 0; // 0x0