Home
last modified time | relevance | path

Searched refs:isVideoCall (Results 1 – 3 of 3) sorted by relevance

/core/core-telecom/src/main/java/androidx/core/telecom/internal/
DCallSession.kt74 private val mIsCurrentlyDisplayingVideo = attributes.isVideoCall()
209 if (!attributes.isVideoCall()) { in maybeSwitchToSpeakerOnCallStart()
DCallSessionLegacy.kt262 if (!mAlreadyRequestedSpeaker && attributes.isVideoCall()) { in maybeSwitchToSpeakerOnCallStart()
320 attributes.isVideoCall() && in maybeSwitchToSpeakerOnHeadsetDisconnect()
/core/core-telecom/src/main/java/androidx/core/telecom/
DCallAttributesCompat.kt192 internal fun isVideoCall(): Boolean { in isVideoCall() method in androidx.core.telecom.CallAttributesCompat