Home
last modified time | relevance | path

Searched refs:getConnections (Results 1 – 17 of 17) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConference.java53 for (Connection connection : getConnections()) { in onDisconnect()
176 List<Connection> connections = getConnections(); in getPrimaryConnection()
237 final List<Connection> connections = getConnections(); in getFirstConnection()
DCdmaConference.java169 List<Connection> connections = getConnections(); in getOriginalCall()
214 final List<Connection> connections = getConnections(); in getFirstConnection()
DTelephonyConferenceController.java111 return conference.getConnections().size() >= TELEPHONY_CONFERENCE_MAX_SIZE; in isFullConference()
228 List<Connection> existingConnections = mTelephonyConference.getConnections(); in recalculateConference()
DImsConference.java1503 for (Connection c : getConnections()) { in updateStatusHints()
1522 for (Connection c : getConnections()) { in updateConnectionProperties()
1541 for (Connection c : getConnections()) { in updateExtras()
DTelephonyConferenceBase.java131 Iterator<Connection> connectionIterator = getConnections().iterator(); in destroyTelephonyConference()
DCdmaConferenceController.java204 new ArrayList<>(mConference.getConnections()); in recalculateConference()
DImsConferenceController.java290 conferenceParticipantsSet.addAll(conference.getConnections()); in recalculateConferenceable()
DTelephonyConnectionService.java1410 allConnections.addAll(ringingCall.getConnections()); in onCreateUnknownConnection()
1415 allConnections.addAll(foregroundCall.getConnections()); in onCreateUnknownConnection()
1421 allConnections.addAll(imsFgCall.getConnections()); in onCreateUnknownConnection()
1426 allConnections.addAll(phone.getBackgroundCall().getConnections()); in onCreateUnknownConnection()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConference.java135 if (conferenceType == Simulator.CONFERENCE_TYPE_GSM && getConnections().size() == 1) { in onSeparate()
136 removeConnection(getConnections().get(0)); in onSeparate()
165 if (getConnections().size() <= 1) { in onGsmEvent()
DSimulatorConnectionsBankImpl.java136 for (Connection connection : new ArrayList<>(conference.getConnections())) { in onEvent()
DSimulatorConferenceCreator.java204 for (Connection connection : new ArrayList<>(conference.getConnections())) { in onEvent()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java99 for (Connection c : getConnections()) { in onDisconnect()
107 if (getConnections().contains(connection)) { in onSeparate()
115 for (Connection c : getConnections()) { in onHold()
123 for (Connection c : getConnections()) { in onUnhold()
DSelfManagedCallList.java180 public List<SelfManagedConnection> getConnections() { in getConnections() method in SelfManagedCallList
DTestConnectionManager.java336 for (RemoteConnection r : remote.getConnections()) { in TestManagedConference()
DSelfManagedCallingActivity.java176 mCallList.getConnections()); in onCreate()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientDeviceBlock.java303 for (Connection confConn : mConference.getConnections()) { in updateConferenceableConnections()
334 if (mConference != null && mConference.getConnections().size() == 0) { in updateConferenceableConnections()
/packages/services/Telephony/src/com/android/phone/
DCallTime.java133 List connections = call.getConnections(); in getCallDuration()