Searched refs:mConnectionService (Results 1 – 7 of 7) sorted by relevance
335 private ConnectionServiceWrapper mConnectionService; field in Call721 if (mConnectionService != null && mConnectionService.getComponentName() != null) { in toString()722 component = mConnectionService.getComponentName().flattenToShortString(); in toString()816 return mConnectionService; in getConnectionServiceWrapper()1564 mConnectionService.startRtt(this, in setConnectionProperties()1647 return mConnectionService; in getConnectionService()1666 mConnectionService = service; in setConnectionService()1668 mConnectionService.addCall(this); in setConnectionService()1687 if (mConnectionService != null) { in replaceConnectionService()1688 ConnectionServiceWrapper serviceTemp = mConnectionService; in replaceConnectionService()[all …]
36 private final ConnectionServiceWrapper mConnectionService; field in CreateConnectionTimeout47 mConnectionService = service; in CreateConnectionTimeout()110 mConnectionService.disconnect(mCall); in loggedRun()
67 private final TelephonyConnectionServiceProxy mConnectionService; field in TelephonyConferenceController71 mConnectionService = connectionService; in TelephonyConferenceController()201 Collection<Connection> allConnections = mConnectionService.getAllConnections(); in recalculateConference()268 mConnectionService.addConference(mTelephonyConference); in recalculateConference()
94 private final TelephonyConnectionServiceProxy mConnectionService; field in ImsConferenceController120 mConnectionService = connectionService; in ImsConferenceController()379 ImsConference conference = new ImsConference(mTelecomAccountRegistry, mConnectionService, in startConference()384 mConnectionService.addConference(conference); in startConference()
81 private final TelephonyConnectionService mConnectionService; field in CdmaConferenceController86 mConnectionService = connectionService; in CdmaConferenceController()215 mConnectionService.addConference(mConference); in recalculateConference()
386 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromContactWithSendToVoicemailIsRejected()428 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()478 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromBlockedNumberIsRejected()508 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallBlockCheckTimesoutIsAllowed()
397 FakeConnectionService mConnectionService = new FakeConnectionService(); field in ConnectionServiceFixture398 private IConnectionService.Stub mConnectionServiceSpy = Mockito.spy(mConnectionService);