Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DVideoProviderProxyTest.java93 when(mCall.isLocallyVideoCapable()).thenReturn(false); in testReceiveUpgradeRequestWhenLocalDoesntSupportVideo()
115 when(mCall.isLocallyVideoCapable()).thenReturn(true); in testReceiveUpgradeRequestWhenVideoIsSupported()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DVideoProviderProxy.java168 || !mCall.isLocallyVideoCapable()) in receiveSessionModifyRequest()
H A DCall.java1700 public boolean isLocallyVideoCapable() { in isLocallyVideoCapable() method in Call