Home
last modified time | relevance | path

Searched refs:STATE_AUDIO_ONLY (Results 1 – 20 of 20) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsVideoProviderWrapperTest.java73 assertFalse(ImsVideoCallProviderWrapper.isPauseRequest(VideoProfile.STATE_AUDIO_ONLY, in testIsPause()
74 VideoProfile.STATE_AUDIO_ONLY)); in testIsPause()
84 VideoProfile.STATE_AUDIO_ONLY)); in testIsResume()
89 VideoProfile.STATE_AUDIO_ONLY | VideoProfile.STATE_PAUSED)); in testIsResume()
/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java68 value = {STATE_AUDIO_ONLY, STATE_TX_ENABLED, STATE_RX_ENABLED, STATE_BIDIRECTIONAL,
100 public static final int STATE_AUDIO_ONLY = 0x0; field in VideoProfile
241 if (videoState == STATE_AUDIO_ONLY) { in videoStateToString()
DConnectionRequest.java48 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
198 this(accountHandle, handle, extras, VideoProfile.STATE_AUDIO_ONLY, null, false, null, null); in ConnectionRequest()
DConference.java257 return VideoProfile.STATE_AUDIO_ONLY; in getVideoState()
391 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
DVideoCallImpl.java50 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
DParcelableConference.java44 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
DConnection.java3419 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java952 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
964 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
967 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCrossDeviceCall.java299 mCall.answer(VideoProfile.STATE_AUDIO_ONLY); in doAccept()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java83 protected int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
DPhone.java3058 int videoState = VideoProfile.STATE_AUDIO_ONLY; in getVideoState()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java175 new VideoProfile(VideoProfile.STATE_AUDIO_ONLY));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java341 if (videoState != VideoProfile.STATE_AUDIO_ONLY) { in onVideoStateChange()
500 proto.videoEnabled = videoState != VideoProfile.STATE_AUDIO_ONLY ? true : false; in addCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java817 mCTUT.dial("+17005554141", VideoProfile.STATE_AUDIO_ONLY, null); in testDialClirMode()
1642 mCTUT.dial("6505551212", VideoProfile.STATE_AUDIO_ONLY, new Bundle()); in testCantMakeCallWhileRinging()
1656 mCTUT.dial("6505551212", VideoProfile.STATE_AUDIO_ONLY, new Bundle()); in testCantMakeCallWhileDialing()
1680 mCTUT.dial("6505551212", VideoProfile.STATE_AUDIO_ONLY, new Bundle()); in testCantMakeCallTooMany()
DImsPhoneTest.java295 verify(mImsCT).acceptCall(VideoProfile.STATE_AUDIO_ONLY); in testHandleInCallMmiCommandCallHold()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java1434 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInService()
1448 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInOutOfService()
1466 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInAirplaneMode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1753 videoState = VideoProfile.STATE_AUDIO_ONLY; in dial()
5536 || incomingCallVideoState == VideoProfile.STATE_AUDIO_ONLY; in shouldDisconnectActiveCallOnAnswer()
5733 modifyVideoCall(imsCall, VideoProfile.STATE_AUDIO_ONLY); in downgradeVideoCall()
DImsPhone.java816 mCT.acceptCall(VideoProfile.STATE_AUDIO_ONLY); in handleCallHoldIncallSupplementaryService()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt43379 field public static final int STATE_AUDIO_ONLY = 0; // 0x0