Home
last modified time | relevance | path

Searched refs:STATE_RX_ENABLED (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsVideoProviderWrapperTest.java89 VideoProfile.STATE_BIDIRECTIONAL, VideoProfile.STATE_RX_ENABLED)); in testIsTurnOffCameraRequest()
92 VideoProfile.STATE_RX_ENABLED)); in testIsTurnOffCameraRequest()
102 VideoProfile.STATE_RX_ENABLED, VideoProfile.STATE_BIDIRECTIONAL)); in testIsTurnOnCameraRequest()
104 VideoProfile.STATE_RX_ENABLED, in testIsTurnOnCameraRequest()
121 VideoProfile toProfile = new VideoProfile(VideoProfile.STATE_RX_ENABLED); in testNoFilterWhenDisablingCamera()
137 VideoProfile.STATE_RX_ENABLED | VideoProfile.STATE_PAUSED); in testNoFilterWhenEnablingCamera()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java68 value = {STATE_AUDIO_ONLY, STATE_TX_ENABLED, STATE_RX_ENABLED, STATE_BIDIRECTIONAL,
110 public static final int STATE_RX_ENABLED = 0x2; field in VideoProfile
115 public static final int STATE_BIDIRECTIONAL = STATE_TX_ENABLED | STATE_RX_ENABLED;
271 && !hasState(videoState, VideoProfile.STATE_RX_ENABLED); in isAudioOnly()
282 || hasState(videoState, VideoProfile.STATE_RX_ENABLED) in isVideo()
303 return hasState(videoState, VideoProfile.STATE_RX_ENABLED); in isReceptionEnabled()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DVideoProfileTest.java55 assertEquals("Audio Rx", VideoProfile.videoStateToString(VideoProfile.STATE_RX_ENABLED)); in testToString()
63 VideoProfile.STATE_RX_ENABLED | VideoProfile.STATE_PAUSED)); in testToString()
71 assertFalse(VideoProfile.isAudioOnly(VideoProfile.STATE_RX_ENABLED)); in testIsAudioOnly()
H A DAnalyticsTests.java272 videoCall.sendSessionModifyRequest(new VideoProfile(VideoProfile.STATE_RX_ENABLED)); in testAnalyticsVideo()
286 assertEquals(VideoProfile.STATE_RX_ENABLED, videoEvents[0].getVideoState()); in testAnalyticsVideo()
291 assertEquals(VideoProfile.STATE_RX_ENABLED, videoEvents[1].getVideoState()); in testAnalyticsVideo()
H A DVideoProviderTest.java438 mVideoCallImpl.setVideoState(VideoProfile.STATE_RX_ENABLED); in testSessionModifyRequest()
460 assertEquals(VideoProfile.STATE_RX_ENABLED, in testSessionModifyRequest()
H A DVideoCallTests.java93 VideoProfile.STATE_RX_ENABLED); in testAutoSpeakerphoneIncomingReceiveOnly()
H A DTelecomServiceImplTest.java1153 int realVideoState = VideoProfile.STATE_RX_ENABLED | VideoProfile.STATE_TX_ENABLED; in testAcceptRingingCallWithValidVideoState()
/aosp12/packages/apps/Dialer/java/com/android/dialer/precall/externalreceiver/
H A DLaunchPreCallActivity.java115 case VideoProfile.STATE_RX_ENABLED: in filterExtras()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DCallNotificationReceiver.java68 sendIncomingCallIntent(context, null, VideoProfile.STATE_RX_ENABLED); in onReceive()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java938 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromCallType()
962 boolean videoRx = isVideoStateSet(videoState, VideoProfile.STATE_RX_ENABLED); in getCallTypeFromVideoState()
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorMainPortal.java195 new SimulatorVideoCall(context, VideoProfile.STATE_RX_ENABLED) in buildSimulatorVideoCallPortal()
/aosp12/packages/services/Telecomm/proto/
H A Dtelecom.proto123 STATE_RX_ENABLED = 2; enumerator
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomServiceImpl.java2546 remainingState = remainingState & ~VideoProfile.STATE_RX_ENABLED;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt40522 field public static final int STATE_RX_ENABLED = 2; // 0x2