Home
last modified time | relevance | path

Searched refs:mConnectionServiceFixtureA (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java93 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallLocalDisconnect()
99 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallLocalDisconnect()
110 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallRemoteDisconnect()
112 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallRemoteDisconnect()
129 mConnectionServiceFixtureA); in testTelecomManagerAcceptRingingCall()
139 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingCall()
141 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingCall()
155 VideoProfile.STATE_BIDIRECTIONAL, mConnectionServiceFixtureA); in testTelecomManagerAcceptRingingVideoCall()
167 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingVideoCall()
169 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCall()
[all …]
DCallExtrasTest.java54 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutExtras()
61 Connection connection = mConnectionServiceFixtureA.mLatestConnection; in testCsPutExtras()
80 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutBooleanExtra()
82 Connection connection = mConnectionServiceFixtureA.mLatestConnection; in testCsPutBooleanExtra()
101 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutIntExtra()
103 Connection connection = mConnectionServiceFixtureA.mLatestConnection; in testCsPutIntExtra()
122 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutStringExtra()
124 Connection connection = mConnectionServiceFixtureA.mLatestConnection; in testCsPutStringExtra()
144 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsRemoveExtra()
147 Connection connection = mConnectionServiceFixtureA.mLatestConnection; in testCsRemoveExtra()
[all …]
DVideoCallTests.java45 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingBidirectional()
60 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingReceiveOnly()
73 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingBidirectional()
87 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingTransmitOnly()
101 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnOutgoing()
114 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnIncoming()
DVideoProviderTest.java100 mConnectionServiceFixtureA); in setUp()
103 mConnectionServiceFixtureA.sendSetVideoProvider( in setUp()
104 mConnectionServiceFixtureA.mLatestConnectionId); in setUp()
113 mConnectionInfo = mConnectionServiceFixtureA.mConnectionById.get(mCallIds.mConnectionId); in setUp()
DTelecomSystemTest.java208 ConnectionServiceFixture mConnectionServiceFixtureA; field in TelecomSystemTest
260 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in makeConferenceCall()
263 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in makeConferenceCall()
348 mConnectionServiceFixtureA = new ConnectionServiceFixture(); in setupConnectionServices()
352 mConnectionServiceFixtureA.getTestDouble()); in setupConnectionServices()