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.java248 mConnectionServiceFixtureA.sendSetVideoState(ids.mConnectionId); in testOutgoingVideoCallAnsweredAsAudio()
DTelecomSystemTest.java697 connectionServiceFixture.sendSetVideoState(ids.mConnectionId); in outgoingCallPhoneAccountSelected()
1098 connectionServiceFixture.sendSetVideoState(ids.mConnectionId); in startAndMakeActiveOutgoingCall()
DConnectionServiceFixture.java674 public void sendSetVideoState(String id) throws Exception { in sendSetVideoState() method in ConnectionServiceFixture