Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConference.java53 for (Connection connection : getConnections()) { in onDisconnect()
160 List<Connection> connections = getConnections(); in getPrimaryConnection()
221 final List<Connection> connections = getConnections(); in getFirstConnection()
DCdmaConference.java153 List<Connection> connections = getConnections(); in getOriginalCall()
198 final List<Connection> connections = getConnections(); in getFirstConnection()
DTelephonyConferenceController.java110 return conference.getConnections().size() >= TELEPHONY_CONFERENCE_MAX_SIZE; in isFullConference()
227 List<Connection> existingConnections = mTelephonyConference.getConnections(); in recalculateConference()
DTelephonyConnectionService.java989 allConnections.addAll(ringingCall.getConnections()); in onCreateUnknownConnection()
994 allConnections.addAll(foregroundCall.getConnections()); in onCreateUnknownConnection()
1000 allConnections.addAll(imsFgCall.getConnections()); in onCreateUnknownConnection()
1005 allConnections.addAll(phone.getBackgroundCall().getConnections()); in onCreateUnknownConnection()
DCdmaConferenceController.java196 new ArrayList<>(mConference.getConnections()); in recalculateConference()
DImsConferenceController.java254 conferenceParticipantsSet.addAll(conference.getConnections()); in recalculateConferenceable()
/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.java86 if (getConnections().size() == 0) {
114 for (Connection c : getConnections()) { in onDisconnect()
122 if (getConnections().contains(connection)) { in onSeparate()
131 for (Connection c : getConnections()) { in onHold()
139 for (Connection c : getConnections()) { in onUnhold()
DSelfManagedCallList.java173 public List<SelfManagedConnection> getConnections() { in getConnections() method in SelfManagedCallList
DTestConnectionManager.java337 for (RemoteConnection r : remote.getConnections()) { in TestManagedConference()
DSelfManagedCallingActivity.java148 mCallList.getConnections()); in onCreate()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientDeviceBlock.java276 for (Connection confConn : mConference.getConnections()) { in updateConferenceableConnections()
306 if (mConference != null && mConference.getConnections().size() == 0) { in updateConferenceableConnections()
/packages/services/Telephony/src/com/android/phone/
DCallTime.java133 List connections = call.getConnections(); in getCallDuration()
DPhoneUtils.java1080 for (Connection cn : fgCall.getConnections()) { in isInEmergencyCall()