Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java141 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingCall()
169 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCall()
196 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCallAsAudio()
224 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingInvalidVideoState()
439 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in do_testDeadlockOnOutgoingCall()
DTelecomSystemTest.java434 connectionServiceFixture.sendSetActive(ids.mConnectionId); in outgoingCallPhoneAccountSelected()
694 connectionServiceFixture.sendSetActive(ids.mConnectionId); in startAndMakeActiveOutgoingCall()
731 connectionServiceFixture.sendSetActive(ids.mConnectionId); in startAndMakeActiveIncomingCall()
DConnectionServiceFixture.java360 public void sendSetActive(String id) throws Exception { in sendSetActive() method in ConnectionServiceFixture