Searched refs:STATE_AUDIO_ONLY (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A 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()
|
H A D | ConnectionRequest.java | 48 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY; 198 this(accountHandle, handle, extras, VideoProfile.STATE_AUDIO_ONLY, null, false, null, null); in ConnectionRequest()
|
H A D | Conference.java | 257 return VideoProfile.STATE_AUDIO_ONLY; in getVideoState() 391 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
|
H A D | VideoCallImpl.java | 50 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
|
H A D | ParcelableConference.java | 44 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
|
H A D | Connection.java | 3440 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsCallProfile.java | 941 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() 953 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() 956 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/ |
H A D | CrossDeviceCall.java | 299 mCall.answer(VideoProfile.STATE_AUDIO_ONLY); in doAccept()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 43071 field public static final int STATE_AUDIO_ONLY = 0; // 0x0
|