Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java66 value = {STATE_AUDIO_ONLY, STATE_TX_ENABLED, STATE_RX_ENABLED, STATE_BIDIRECTIONAL,
108 public static final int STATE_RX_ENABLED = 0x2; field in VideoProfile
113 public static final int STATE_BIDIRECTIONAL = STATE_TX_ENABLED | STATE_RX_ENABLED;
269 && !hasState(videoState, VideoProfile.STATE_RX_ENABLED); in isAudioOnly()
280 || hasState(videoState, VideoProfile.STATE_RX_ENABLED) in isVideo()
301 return hasState(videoState, VideoProfile.STATE_RX_ENABLED); in isReceptionEnabled()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsVideoProviderWrapperTest.java88 VideoProfile.STATE_BIDIRECTIONAL, VideoProfile.STATE_RX_ENABLED)); in testIsTurnOffCameraRequest()
91 VideoProfile.STATE_RX_ENABLED)); in testIsTurnOffCameraRequest()
101 VideoProfile.STATE_RX_ENABLED, VideoProfile.STATE_BIDIRECTIONAL)); in testIsTurnOnCameraRequest()
103 VideoProfile.STATE_RX_ENABLED, in testIsTurnOnCameraRequest()
120 VideoProfile toProfile = new VideoProfile(VideoProfile.STATE_RX_ENABLED); in testNoFilterWhenDisablingCamera()
136 VideoProfile.STATE_RX_ENABLED | VideoProfile.STATE_PAUSED); in testNoFilterWhenEnablingCamera()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java528 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromCallType()
552 boolean videoRx = isVideoStateSet(videoState, VideoProfile.STATE_RX_ENABLED); in getCallTypeFromVideoState()
/frameworks/base/config/
Dhiddenapi-public-dex.txt42453 Landroid/telecom/VideoProfile;->STATE_RX_ENABLED:I
/frameworks/base/api/
Dcurrent.txt41515 field public static final int STATE_RX_ENABLED = 2; // 0x2