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.java79 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallLocalDisconnect()
85 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallLocalDisconnect()
96 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallRemoteDisconnect()
98 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallRemoteDisconnect()
115 mConnectionServiceFixtureA); in testTelecomManagerAcceptRingingCall()
125 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingCall()
127 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingCall()
141 VideoProfile.STATE_BIDIRECTIONAL, mConnectionServiceFixtureA); in testTelecomManagerAcceptRingingVideoCall()
153 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingVideoCall()
155 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 …]
DAnalyticsTests.java61 mConnectionServiceFixtureA); in testAnalyticsSingleCall()
76 mConnectionServiceFixtureA. in testAnalyticsSingleCall()
103 mConnectionServiceFixtureA); in testAnalyticsDumping()
105 mConnectionServiceFixtureA. in testAnalyticsDumping()
145 mConnectionServiceFixtureA);
149 mConnectionServiceFixtureA);
176 mConnectionServiceFixtureA.
178 mConnectionServiceFixtureA.
198 mConnectionServiceFixtureA); in testAnalyticsVideo()
210 mConnectionServiceFixtureA.sendSetVideoProvider( in testAnalyticsVideo()
[all …]
DVideoCallTests.java49 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingBidirectional()
65 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingReceiveOnly()
79 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingBidirectional()
94 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingTransmitOnly()
109 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnOutgoing()
123 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnIncoming()
DVideoProviderTest.java100 mConnectionServiceFixtureA); in setUp()
103 mConnectionServiceFixtureA.sendSetVideoProvider( in setUp()
104 mConnectionServiceFixtureA.mLatestConnectionId); in setUp()
114 mConnectionInfo = mConnectionServiceFixtureA.mConnectionById.get(mCallIds.mConnectionId); in setUp()
DTelecomSystemTest.java276 ConnectionServiceFixture mConnectionServiceFixtureA; field in TelecomSystemTest
337 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in makeConferenceCall()
340 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in makeConferenceCall()
429 mConnectionServiceFixtureA = new ConnectionServiceFixture(); in setupConnectionServices()
433 mConnectionServiceFixtureA.getTestDouble()); in setupConnectionServices()