Home
last modified time | relevance | path

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

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