Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java103 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallLocalDisconnect()
113 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallLocalDisconnect()
134 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallRemoteDisconnect()
138 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallRemoteDisconnect()
156 mConnectionServiceFixtureA); in testTelecomManagerAcceptRingingCall()
166 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingCall()
168 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingCall()
183 VideoProfile.STATE_BIDIRECTIONAL, mConnectionServiceFixtureA); in testTelecomManagerAcceptRingingVideoCall()
195 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingVideoCall()
197 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCall()
[all …]
DVideoCallTests.java75 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingBidirectional()
92 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingReceiveOnly()
107 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingBidirectional()
123 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingTransmitOnly()
139 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnOutgoing()
154 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnIncoming()
168 VideoProfile.STATE_BIDIRECTIONAL, mConnectionServiceFixtureA); in testIncomingVideoCallMissedCheckVideoHistory()
172 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.MISSED); in testIncomingVideoCallMissedCheckVideoHistory()
185 VideoProfile.STATE_BIDIRECTIONAL, mConnectionServiceFixtureA); in testIncomingVideoCallRejectedCheckVideoHistory()
189 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.REJECTED); in testIncomingVideoCallRejectedCheckVideoHistory()
[all …]
DCallExtrasTest.java81 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutExtras()
88 Connection connection = mConnectionServiceFixtureA.mLatestConnection; in testCsPutExtras()
108 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutBooleanExtra()
110 Connection connection = mConnectionServiceFixtureA.mLatestConnection; in testCsPutBooleanExtra()
133 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutIntExtra()
135 Connection connection = mConnectionServiceFixtureA.mLatestConnection; in testCsPutIntExtra()
157 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutStringExtra()
159 Connection connection = mConnectionServiceFixtureA.mLatestConnection; in testCsPutStringExtra()
182 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsRemoveExtra()
185 Connection connection = mConnectionServiceFixtureA.mLatestConnection; in testCsRemoveExtra()
[all …]
DAnalyticsTests.java101 mConnectionServiceFixtureA); in testAnalyticsSingleCall()
116 mConnectionServiceFixtureA. in testAnalyticsSingleCall()
144 mConnectionServiceFixtureA); in testAnalyticsDumping()
146 mConnectionServiceFixtureA. in testAnalyticsDumping()
187 mConnectionServiceFixtureA);
191 mConnectionServiceFixtureA);
218 mConnectionServiceFixtureA.
220 mConnectionServiceFixtureA.
241 mConnectionServiceFixtureA); in testAnalyticsVideo()
253 mConnectionServiceFixtureA.sendSetVideoProvider( in testAnalyticsVideo()
[all …]
DVideoProviderTest.java104 mConnectionServiceFixtureA.mConnectionServiceDelegate.mCapabilities in setUp()
109 mConnectionServiceFixtureA); in setUp()
112 mConnectionServiceFixtureA.sendSetVideoProvider( in setUp()
113 mConnectionServiceFixtureA.mLatestConnectionId); in setUp()
127 mConnectionInfo = mConnectionServiceFixtureA.mConnectionById.get(mCallIds.mConnectionId); in setUp()
DTelecomSystemTest.java316 ConnectionServiceFixture mConnectionServiceFixtureA; field in TelecomSystemTest
400 mConnectionServiceFixtureA.waitForHandlerToClear(); in tearDown()
415 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in makeConferenceCall()
418 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in makeConferenceCall()
557 mConnectionServiceFixtureA = new ConnectionServiceFixture(mContext); in setupConnectionServices()
561 mConnectionServiceFixtureA.getTestDouble()); in setupConnectionServices()