Searched refs:STATE_AUDIO_ONLY (Results 1 – 16 of 16) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsVideoProviderWrapperTest.java | 66 assertFalse(ImsVideoCallProviderWrapper.isPauseRequest(VideoProfile.STATE_AUDIO_ONLY, in testIsPause() 67 VideoProfile.STATE_AUDIO_ONLY)); in testIsPause() 77 VideoProfile.STATE_AUDIO_ONLY)); in testIsResume() 82 VideoProfile.STATE_AUDIO_ONLY | VideoProfile.STATE_PAUSED)); in testIsResume()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | VideoProfile.java | 68 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()
|
D | ConnectionRequest.java | 47 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY; 196 this(accountHandle, handle, extras, VideoProfile.STATE_AUDIO_ONLY, null, false, null, null); in ConnectionRequest()
|
D | Conference.java | 244 return VideoProfile.STATE_AUDIO_ONLY; in getVideoState() 353 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
|
D | VideoCallImpl.java | 50 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
|
D | ParcelableConference.java | 44 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
|
D | Connection.java | 3071 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallProfile.java | 762 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() 774 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() 777 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 526 mCTUT.dial("+17005554141", VideoProfile.STATE_AUDIO_ONLY, null); in testDialClirMode() 556 mCTUT.dial("+17005554141", VideoProfile.STATE_AUDIO_ONLY, null); in testEmergencyDialSuppressClir() 963 mCTUT.dial("6505551212", VideoProfile.STATE_AUDIO_ONLY, new Bundle()); in testCantMakeCallWhileRinging() 977 mCTUT.dial("6505551212", VideoProfile.STATE_AUDIO_ONLY, new Bundle()); in testCantMakeCallWhileDialing() 997 mCTUT.dial("6505551212", VideoProfile.STATE_AUDIO_ONLY, new Bundle()); in testCantMakeCallTooMany()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneInternalInterface.java | 75 protected int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
|
D | Phone.java | 2690 int videoState = VideoProfile.STATE_AUDIO_ONLY; in getVideoState()
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsVideoCallProviderWrapper.java | 174 new VideoProfile(VideoProfile.STATE_AUDIO_ONLY));
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 1353 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInService() 1367 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInOutOfService() 1385 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInAirplaneMode()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 1213 videoState = VideoProfile.STATE_AUDIO_ONLY; in dial() 4624 modifyVideoCall(imsCall, VideoProfile.STATE_AUDIO_ONLY); in downgradeVideoCall()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 44358 field public static final int STATE_AUDIO_ONLY = 0; // 0x0
|
/frameworks/base/api/ |
D | current.txt | 44502 field public static final int STATE_AUDIO_ONLY = 0; // 0x0
|