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.java193 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingCall()
222 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCall()
253 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCallAsAudio()
285 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingInvalidVideoState()
580 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in do_testDeadlockOnOutgoingCall()
DVideoCallTests.java249 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testOutgoingVideoCallAnsweredAsAudio()
DTelecomSystemTest.java699 connectionServiceFixture.sendSetActive(ids.mConnectionId); in outgoingCallPhoneAccountSelected()
1102 connectionServiceFixture.sendSetActive(ids.mConnectionId); in startAndMakeActiveOutgoingCall()
1159 connectionServiceFixture.sendSetActive(ids.mConnectionId); in startAndMakeActiveIncomingCall()
DConnectionServiceFixture.java557 public void sendSetActive(String id) throws Exception { in sendSetActive() method in ConnectionServiceFixture