Searched refs:STATE_BIDIRECTIONAL (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsVideoProviderWrapperTest.java | 60 assertTrue(ImsVideoCallProviderWrapper.isPauseRequest(VideoProfile.STATE_BIDIRECTIONAL, in testIsPause() 61 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED)); in testIsPause() 62 assertTrue(ImsVideoCallProviderWrapper.isPauseRequest(VideoProfile.STATE_BIDIRECTIONAL, in testIsPause() 74 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED, in testIsResume() 75 VideoProfile.STATE_BIDIRECTIONAL)); in testIsResume() 79 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED, in testIsResume() 80 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED)); in testIsResume() 89 VideoProfile.STATE_BIDIRECTIONAL, VideoProfile.STATE_RX_ENABLED)); in testIsTurnOffCameraRequest() 91 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED, in testIsTurnOffCameraRequest() 94 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED, in testIsTurnOffCameraRequest() [all …]
|
/frameworks/base/telecomm/java/android/telecom/ |
D | VideoProfile.java | 69 value = {STATE_AUDIO_ONLY, STATE_TX_ENABLED, STATE_RX_ENABLED, STATE_BIDIRECTIONAL, 116 public static final int STATE_BIDIRECTIONAL = STATE_TX_ENABLED | STATE_RX_ENABLED; field in VideoProfile 284 || hasState(videoState, VideoProfile.STATE_BIDIRECTIONAL); in isVideo() 314 return hasState(videoState, VideoProfile.STATE_BIDIRECTIONAL); in isBidirectional()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallProfile.java | 655 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 1297 changedBits &= VideoProfile.STATE_BIDIRECTIONAL; in onReceiveSessionModifyResponse()
|
/frameworks/base/api/ |
D | current.txt | 43825 field public static final int STATE_BIDIRECTIONAL = 3; // 0x3
|