Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java168 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingCall()
197 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCall()
225 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCallAsAudio()
254 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingInvalidVideoState()
547 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in do_testDeadlockOnOutgoingCall()
DTelecomSystemTest.java651 connectionServiceFixture.sendSetActive(ids.mConnectionId); in outgoingCallPhoneAccountSelected()
1024 connectionServiceFixture.sendSetActive(ids.mConnectionId); in startAndMakeActiveOutgoingCall()
1081 connectionServiceFixture.sendSetActive(ids.mConnectionId); in startAndMakeActiveIncomingCall()
DVideoCallTests.java247 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testOutgoingVideoCallAnsweredAsAudio()
DConnectionServiceFixture.java510 public void sendSetActive(String id) throws Exception { in sendSetActive() method in ConnectionServiceFixture