Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java99 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallLocalDisconnect()
112 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallRemoteDisconnect()
141 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()
236 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleIncomingCallLocalDisconnect()
248 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleIncomingCallRemoteDisconnect()
275 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testOutgoingCallAndSelectPhoneAccount()
419 disconnectCall(ids.mCallId, ids.mConnectionId); in testIncomingCallBlockCheckTimesoutIsAllowed()
[all …]
DTelecomSystemTest.java223 final String mConnectionId; field in TelecomSystemTest.IdPair
227 this.mConnectionId = connectionId; in IdPair()
428 connectionServiceFixture.sendSetDialing(ids.mConnectionId); in outgoingCallPhoneAccountSelected()
432 connectionServiceFixture.sendSetVideoState(ids.mConnectionId); in outgoingCallPhoneAccountSelected()
434 connectionServiceFixture.sendSetActive(ids.mConnectionId); in outgoingCallPhoneAccountSelected()
688 connectionServiceFixture.sendSetDialing(ids.mConnectionId); in startAndMakeActiveOutgoingCall()
692 connectionServiceFixture.sendSetVideoState(ids.mConnectionId); in startAndMakeActiveOutgoingCall()
694 connectionServiceFixture.sendSetActive(ids.mConnectionId); in startAndMakeActiveOutgoingCall()
725 .answer(ids.mConnectionId); in startAndMakeActiveIncomingCall()
728 .answerVideo(ids.mConnectionId, videoState); in startAndMakeActiveIncomingCall()
[all …]
DVideoProviderTest.java113 mConnectionInfo = mConnectionServiceFixtureA.mConnectionById.get(mCallIds.mConnectionId); in setUp()