/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
H A D | ImsVideoProviderWrapperTest.java | 89 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 D | VideoProfile.java | 68 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 D | VideoProfileTest.java | 55 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 D | AnalyticsTests.java | 272 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 D | VideoProviderTest.java | 438 mVideoCallImpl.setVideoState(VideoProfile.STATE_RX_ENABLED); in testSessionModifyRequest() 460 assertEquals(VideoProfile.STATE_RX_ENABLED, in testSessionModifyRequest()
|
H A D | VideoCallTests.java | 93 VideoProfile.STATE_RX_ENABLED); in testAutoSpeakerphoneIncomingReceiveOnly()
|
H A D | TelecomServiceImplTest.java | 1153 int realVideoState = VideoProfile.STATE_RX_ENABLED | VideoProfile.STATE_TX_ENABLED; in testAcceptRingingCallWithValidVideoState()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/precall/externalreceiver/ |
H A D | LaunchPreCallActivity.java | 115 case VideoProfile.STATE_RX_ENABLED: in filterExtras()
|
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | CallNotificationReceiver.java | 68 sendIncomingCallIntent(context, null, VideoProfile.STATE_RX_ENABLED); in onReceive()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsCallProfile.java | 938 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 D | SimulatorMainPortal.java | 195 new SimulatorVideoCall(context, VideoProfile.STATE_RX_ENABLED) in buildSimulatorVideoCallPortal()
|
/aosp12/packages/services/Telecomm/proto/ |
H A D | telecom.proto | 123 STATE_RX_ENABLED = 2; enumerator
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | TelecomServiceImpl.java | 2546 remainingState = remainingState & ~VideoProfile.STATE_RX_ENABLED;
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 40522 field public static final int STATE_RX_ENABLED = 2; // 0x2
|