Searched refs:STATE_BIDIRECTIONAL (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsVideoProviderWrapperTest.java | 59 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/ |
D | VideoProfile.java | 65 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/ |
D | ImsCallProfile.java | 375 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 1063 changedBits &= VideoProfile.STATE_BIDIRECTIONAL; in onReceiveSessionModifyResponse()
|
/frameworks/base/api/ |
D | current.txt | 39296 field public static final int STATE_BIDIRECTIONAL = 3; // 0x3
|
D | system-current.txt | 42724 field public static final int STATE_BIDIRECTIONAL = 3; // 0x3
|