Searched refs:STATE_BIDIRECTIONAL (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsVideoProviderWrapperTest.java | 67 assertTrue(ImsVideoCallProviderWrapper.isPauseRequest(VideoProfile.STATE_BIDIRECTIONAL, in testIsPause() 68 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED)); in testIsPause() 69 assertTrue(ImsVideoCallProviderWrapper.isPauseRequest(VideoProfile.STATE_BIDIRECTIONAL, in testIsPause() 81 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED, in testIsResume() 82 VideoProfile.STATE_BIDIRECTIONAL)); in testIsResume() 86 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED, in testIsResume() 87 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED)); in testIsResume() 96 VideoProfile.STATE_BIDIRECTIONAL, VideoProfile.STATE_RX_ENABLED)); in testIsTurnOffCameraRequest() 98 VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED, in testIsTurnOffCameraRequest() 101 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 | 961 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 1625 changedBits &= VideoProfile.STATE_BIDIRECTIONAL; in onReceiveSessionModifyResponse()
|
D | ImsPhoneCallTracker.java | 318 VideoProfile.STATE_BIDIRECTIONAL); in processIncomingCall()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 43380 field public static final int STATE_BIDIRECTIONAL = 3; // 0x3
|