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 | 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 | 68 value = {STATE_AUDIO_ONLY, STATE_TX_ENABLED, STATE_RX_ENABLED, STATE_BIDIRECTIONAL, 115 public static final int STATE_BIDIRECTIONAL = STATE_TX_ENABLED | STATE_RX_ENABLED; field in VideoProfile 283 || hasState(videoState, VideoProfile.STATE_BIDIRECTIONAL); in isVideo() 313 return hasState(videoState, VideoProfile.STATE_BIDIRECTIONAL); in isBidirectional()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallProfile.java | 771 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 1397 changedBits &= VideoProfile.STATE_BIDIRECTIONAL; in onReceiveSessionModifyResponse()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 44359 field public static final int STATE_BIDIRECTIONAL = 3; // 0x3
|
/frameworks/base/api/ |
D | current.txt | 44503 field public static final int STATE_BIDIRECTIONAL = 3; // 0x3
|