Searched refs:mConnectionService (Results 1 – 3 of 3) sorted by relevance
225 private ConnectionServiceWrapper mConnectionService; field in Call352 if (mConnectionService != null && mConnectionService.getComponentName() != null) { in toString()353 component = mConnectionService.getComponentName().flattenToShortString(); in toString()590 return mConnectionService; in getConnectionService()608 mConnectionService = service; in setConnectionService()609 mConnectionService.addCall(this); in setConnectionService()616 if (mConnectionService != null) { in clearConnectionService()617 ConnectionServiceWrapper serviceTemp = mConnectionService; in clearConnectionService()618 mConnectionService = null; in clearConnectionService()737 if (mConnectionService == null) { in playDtmfTone()[all …]
79 private final TelephonyConnectionService mConnectionService; field in CdmaConferenceController84 mConnectionService = connectionService; in CdmaConferenceController()184 mConnectionService.addConference(mConference); in recalculateConference()
59 private final TelephonyConnectionService mConnectionService; field in GsmConferenceController62 mConnectionService = connectionService; in GsmConferenceController()203 mConnectionService.addConference(mGsmConference); in recalculateConference()