Home
last modified time | relevance | path

Searched refs:STATE_BIDIRECTIONAL (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsVideoProviderWrapperTest.java59 assertTrue(ImsVideoCallProviderWrapper.isPauseRequest(VideoProfile.STATE_BIDIRECTIONAL, in testIsPause()
60 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED)); in testIsPause()
61 assertTrue(ImsVideoCallProviderWrapper.isPauseRequest(VideoProfile.STATE_BIDIRECTIONAL, in testIsPause()
73 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED, in testIsResume()
74 VideoProfile.STATE_BIDIRECTIONAL)); in testIsResume()
78 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED, in testIsResume()
79 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED)); in testIsResume()
88 VideoProfile.STATE_BIDIRECTIONAL, VideoProfile.STATE_RX_ENABLED)); in testIsTurnOffCameraRequest()
90 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED, in testIsTurnOffCameraRequest()
93 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED, in testIsTurnOffCameraRequest()
[all …]
/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java65 value = {STATE_AUDIO_ONLY, STATE_TX_ENABLED, STATE_RX_ENABLED, STATE_BIDIRECTIONAL,
112 public static final int STATE_BIDIRECTIONAL = STATE_TX_ENABLED | STATE_RX_ENABLED; field in VideoProfile
280 || hasState(videoState, VideoProfile.STATE_BIDIRECTIONAL); in isVideo()
310 return hasState(videoState, VideoProfile.STATE_BIDIRECTIONAL); in isBidirectional()
/frameworks/base/telephony/java/com/android/ims/
DImsCallProfile.java375 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1063 changedBits &= VideoProfile.STATE_BIDIRECTIONAL; in onReceiveSessionModifyResponse()
/frameworks/base/api/
Dcurrent.txt39296 field public static final int STATE_BIDIRECTIONAL = 3; // 0x3
Dsystem-current.txt42724 field public static final int STATE_BIDIRECTIONAL = 3; // 0x3