Searched refs:getTelephonyConnectionService (Results 1 – 3 of 3) sorted by relevance
1680 if (getTelephonyConnectionService() != null) { in isConferenceHosted()1681 for (Conference current : getTelephonyConnectionService().getAllConferences()) { in isConferenceHosted()1797 if (getTelephonyConnectionService() != null) { in canConsultativeTransfer()1798 for (Connection current : getTelephonyConnectionService().getAllConnections()) { in canConsultativeTransfer()2253 if (getTelephonyConnectionService() != null) { in setActiveInternal()2254 for (Connection current : getTelephonyConnectionService().getAllConnections()) { in setActiveInternal()2857 public final TelephonyConnectionService getTelephonyConnectionService() { in getTelephonyConnectionService() method in TelephonyConnection
343 TelephonyConnectionService service = registry.getTelephonyConnectionService(); in maybeSwapAnyWithUnknownConnection()
1131 TelephonyConnectionService getTelephonyConnectionService() { in getTelephonyConnectionService() method in TelecomAccountRegistry