Home
last modified time | relevance | path

Searched refs:sendSetActive (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBasicCallTests.java181 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingCall()
210 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCall()
241 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCallAsAudio()
273 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingInvalidVideoState()
568 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in do_testDeadlockOnOutgoingCall()
H A DVideoCallTests.java247 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testOutgoingVideoCallAnsweredAsAudio()
H A DTelecomSystemTest.java640 connectionServiceFixture.sendSetActive(ids.mConnectionId); in outgoingCallPhoneAccountSelected()
1018 connectionServiceFixture.sendSetActive(ids.mConnectionId); in startAndMakeActiveOutgoingCall()
1075 connectionServiceFixture.sendSetActive(ids.mConnectionId); in startAndMakeActiveIncomingCall()
H A DConnectionServiceFixture.java524 public void sendSetActive(String id) throws Exception { in sendSetActive() method in ConnectionServiceFixture