Home
last modified time | relevance | path

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

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