Home
last modified time | relevance | path

Searched refs:AUDIO_ONLY (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/
DImsCallProfile.java328 return VideoProfile.VideoState.AUDIO_ONLY; in getVideoStateFromCallType()
330 return VideoProfile.VideoState.AUDIO_ONLY; in getVideoStateFromCallType()
/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java152 public static final int AUDIO_ONLY = 0x0; field in VideoProfile.VideoState
DConnectionRequest.java48 this(accountHandle, handle, extras, VideoProfile.VideoState.AUDIO_ONLY); in ConnectionRequest()
DConnection.java1281 onAnswer(VideoProfile.VideoState.AUDIO_ONLY); in onAnswer()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1410 dialInternal(mPendingMO, mClirMode, VideoProfile.VideoState.AUDIO_ONLY); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java744 ringingPhone.acceptCall(VideoProfile.VideoState.AUDIO_ONLY); in acceptCall()
DPhoneBase.java545 dialInternal(dialString, null, VideoProfile.VideoState.AUDIO_ONLY); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java845 return dialInternal(dialString, null, VideoProfile.VideoState.AUDIO_ONLY); in dial()