Searched refs:mConnectionService (Results 1 – 7 of 7) sorted by relevance
382 private ConnectionServiceWrapper mConnectionService; field in Call1041 return mConnectionService; in getConnectionServiceWrapper()1996 mConnectionService.startRtt(this, in setConnectionProperties()2100 return mConnectionService; in getConnectionService()2119 mConnectionService = service; in setConnectionService()2121 mConnectionService.addCall(this); in setConnectionService()2140 if (mConnectionService != null) { in replaceConnectionService()2141 ConnectionServiceWrapper serviceTemp = mConnectionService; in replaceConnectionService()2142 mConnectionService = null; in replaceConnectionService()2148 mConnectionService = service; in replaceConnectionService()[all …]
36 private final ConnectionServiceWrapper mConnectionService; field in CreateConnectionTimeout47 mConnectionService = service; in CreateConnectionTimeout()110 mConnectionService.disconnect(mCall); in loggedRun()
69 private final TelephonyConnectionServiceProxy mConnectionService; field in TelephonyConferenceController73 mConnectionService = connectionService; in TelephonyConferenceController()202 Collection<Connection> allConnections = mConnectionService.getAllConnections(); in recalculateConference()299 mConnectionService.addConference(mTelephonyConference); in recalculateConference()
85 private final TelephonyConnectionService mConnectionService; field in CdmaConferenceController93 mConnectionService = connectionService; in CdmaConferenceController()223 mConnectionService.addTelephonyConference(mConference); in recalculateConference()
109 private final TelephonyConnectionServiceProxy mConnectionService; field in ImsConferenceController136 mConnectionService = connectionService; in ImsConferenceController()435 ImsConference conference = new ImsConference(mTelecomAccountRegistry, mConnectionService, in startConference()441 mConnectionService.addConference(conference); in startConference()
428 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromContactWithSendToVoicemailIsRejected()472 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()526 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromBlockedNumberIsRejected()556 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallBlockCheckTimesoutIsAllowed()
467 FakeConnectionService mConnectionService = new FakeConnectionService(); field in ConnectionServiceFixture468 private IConnectionService.Stub mConnectionServiceSpy = Mockito.spy(mConnectionService);