Home
last modified time | relevance | path

Searched refs:STATE_RX_ENABLED (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java69 value = {STATE_AUDIO_ONLY, STATE_TX_ENABLED, STATE_RX_ENABLED, STATE_BIDIRECTIONAL,
111 public static final int STATE_RX_ENABLED = 0x2; field in VideoProfile
116 public static final int STATE_BIDIRECTIONAL = STATE_TX_ENABLED | STATE_RX_ENABLED;
272 && !hasState(videoState, VideoProfile.STATE_RX_ENABLED); in isAudioOnly()
283 || hasState(videoState, VideoProfile.STATE_RX_ENABLED) in isVideo()
304 return hasState(videoState, VideoProfile.STATE_RX_ENABLED); in isReceptionEnabled()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsVideoProviderWrapperTest.java89 VideoProfile.STATE_BIDIRECTIONAL, VideoProfile.STATE_RX_ENABLED)); in testIsTurnOffCameraRequest()
92 VideoProfile.STATE_RX_ENABLED)); in testIsTurnOffCameraRequest()
102 VideoProfile.STATE_RX_ENABLED, VideoProfile.STATE_BIDIRECTIONAL)); in testIsTurnOnCameraRequest()
104 VideoProfile.STATE_RX_ENABLED, in testIsTurnOnCameraRequest()
121 VideoProfile toProfile = new VideoProfile(VideoProfile.STATE_RX_ENABLED); in testNoFilterWhenDisablingCamera()
137 VideoProfile.STATE_RX_ENABLED | VideoProfile.STATE_PAUSED); in testNoFilterWhenEnablingCamera()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java652 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromCallType()
676 boolean videoRx = isVideoStateSet(videoState, VideoProfile.STATE_RX_ENABLED); in getCallTypeFromVideoState()
/frameworks/base/api/
Dcurrent.txt43827 field public static final int STATE_RX_ENABLED = 2; // 0x2