Searched refs:mConnectionService (Results 1 – 7 of 7) sorted by relevance
356 private ConnectionServiceWrapper mConnectionService; field in Call929 return mConnectionService; in getConnectionServiceWrapper()1781 mConnectionService.startRtt(this, in setConnectionProperties()1875 return mConnectionService; in getConnectionService()1894 mConnectionService = service; in setConnectionService()1896 mConnectionService.addCall(this); in setConnectionService()1915 if (mConnectionService != null) { in replaceConnectionService()1916 ConnectionServiceWrapper serviceTemp = mConnectionService; in replaceConnectionService()1917 mConnectionService = null; in replaceConnectionService()1923 mConnectionService = service; in replaceConnectionService()[all …]
36 private final ConnectionServiceWrapper mConnectionService; field in CreateConnectionTimeout47 mConnectionService = service; in CreateConnectionTimeout()110 mConnectionService.disconnect(mCall); in loggedRun()
68 private final TelephonyConnectionServiceProxy mConnectionService; field in TelephonyConferenceController72 mConnectionService = connectionService; in TelephonyConferenceController()202 Collection<Connection> allConnections = mConnectionService.getAllConnections(); in recalculateConference()271 mConnectionService.addConference(mTelephonyConference); in recalculateConference()
82 private final TelephonyConnectionService mConnectionService; field in CdmaConferenceController87 mConnectionService = connectionService; in CdmaConferenceController()216 mConnectionService.addTelephonyConference(mConference); in recalculateConference()
109 private final TelephonyConnectionServiceProxy mConnectionService; field in ImsConferenceController136 mConnectionService = connectionService; in ImsConferenceController()421 ImsConference conference = new ImsConference(mTelecomAccountRegistry, mConnectionService, in startConference()427 mConnectionService.addConference(conference); in startConference()
394 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromContactWithSendToVoicemailIsRejected()438 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()490 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromBlockedNumberIsRejected()520 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallBlockCheckTimesoutIsAllowed()
436 FakeConnectionService mConnectionService = new FakeConnectionService(); field in ConnectionServiceFixture437 private IConnectionService.Stub mConnectionServiceSpy = Mockito.spy(mConnectionService);