Searched refs:mConnectionServiceFixtureA (Results 1 – 7 of 7) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BasicCallTests.java | 125 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallLocalDisconnect() 135 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallLocalDisconnect() 156 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallRemoteDisconnect() 160 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallRemoteDisconnect() 178 mConnectionServiceFixtureA); in testTelecomManagerAcceptRingingCall() 191 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingCall() 193 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingCall() 208 VideoProfile.STATE_BIDIRECTIONAL, mConnectionServiceFixtureA, null); in testTelecomManagerAcceptRingingVideoCall() 220 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingVideoCall() 222 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCall() [all …]
|
D | VideoCallTests.java | 77 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingBidirectional() 94 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingReceiveOnly() 109 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingBidirectional() 125 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingTransmitOnly() 141 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnOutgoing() 156 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnIncoming() 170 VideoProfile.STATE_BIDIRECTIONAL, mConnectionServiceFixtureA, null); in testIncomingVideoCallMissedCheckVideoHistory() 174 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.MISSED); in testIncomingVideoCallMissedCheckVideoHistory() 187 VideoProfile.STATE_BIDIRECTIONAL, mConnectionServiceFixtureA, null); in testIncomingVideoCallRejectedCheckVideoHistory() 191 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.REJECTED); in testIncomingVideoCallRejectedCheckVideoHistory() [all …]
|
D | CallExtrasTest.java | 81 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 …]
|
D | AnalyticsTests.java | 107 mConnectionServiceFixtureA); in testAnalyticsSingleCall() 122 mConnectionServiceFixtureA. in testAnalyticsSingleCall() 151 mConnectionServiceFixtureA); in testAnalyticsDumping() 153 mConnectionServiceFixtureA. in testAnalyticsDumping() 196 mConnectionServiceFixtureA); 200 mConnectionServiceFixtureA); 232 mConnectionServiceFixtureA. 234 mConnectionServiceFixtureA. 255 mConnectionServiceFixtureA); in testAnalyticsVideo() 267 mConnectionServiceFixtureA.sendSetVideoProvider( in testAnalyticsVideo() [all …]
|
D | VideoProviderTest.java | 101 mConnectionServiceFixtureA.mConnectionServiceDelegate.mCapabilities in setUp() 106 mConnectionServiceFixtureA); in setUp() 109 mConnectionServiceFixtureA.sendSetVideoProvider( in setUp() 110 mConnectionServiceFixtureA.mLatestConnectionId); in setUp() 124 mConnectionInfo = mConnectionServiceFixtureA.mConnectionById.get(mCallIds.mConnectionId); in setUp()
|
D | MissedInformationTest.java | 137 mConnectionServiceFixtureA); in testNotMissedCall() 139 mConnectionServiceFixtureA. in testNotMissedCall() 182 mConnectionServiceFixtureA); in testMaximumDialingCalls() 208 mConnectionServiceFixtureA); in testMaximumRingingCalls()
|
D | TelecomSystemTest.java | 346 ConnectionServiceFixture mConnectionServiceFixtureA; field in TelecomSystemTest 438 if (mConnectionServiceFixtureA != null) { in tearDown() 439 mConnectionServiceFixtureA.waitForHandlerToClear(); in tearDown() 442 if (mConnectionServiceFixtureA != null) { in tearDown() 457 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, callIntentExtras1); in makeConferenceCall() 460 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, callIntentExtras2); in makeConferenceCall() 607 mConnectionServiceFixtureA = new ConnectionServiceFixture(mContext); in setupConnectionServices() 611 mConnectionServiceFixtureA.getTestDouble()); in setupConnectionServices()
|