Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVideoCallTests.java246 mConnectionServiceFixtureA.sendSetVideoState(ids.mConnectionId); in testOutgoingVideoCallAnsweredAsAudio()
DTelecomSystemTest.java649 connectionServiceFixture.sendSetVideoState(ids.mConnectionId); in outgoingCallPhoneAccountSelected()
1020 connectionServiceFixture.sendSetVideoState(ids.mConnectionId); in startAndMakeActiveOutgoingCall()
DConnectionServiceFixture.java627 public void sendSetVideoState(String id) throws Exception { in sendSetVideoState() method in ConnectionServiceFixture