Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java145 assertEquals(0, mGSMPhone.getRingingCall().getConnections().size()); in brokenTestGeneral()
146 assertEquals(0, mGSMPhone.getForegroundCall().getConnections().size()); in brokenTestGeneral()
147 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size()); in brokenTestGeneral()
176 assertEquals(0, mGSMPhone.getRingingCall().getConnections().size()); in brokenTestGeneral()
177 assertEquals(1, mGSMPhone.getForegroundCall().getConnections().size()); in brokenTestGeneral()
178 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size()); in brokenTestGeneral()
188 cn = mGSMPhone.getForegroundCall().getConnections().get(0); in brokenTestGeneral()
208 assertEquals(0, mGSMPhone.getRingingCall().getConnections().size()); in brokenTestGeneral()
209 assertEquals(1, mGSMPhone.getForegroundCall().getConnections().size()); in brokenTestGeneral()
210 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size()); in brokenTestGeneral()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java85 public abstract List<Connection> getConnections(); in getConnections() method in Call
106 List<Connection> connections = getConnections(); in hasConnections()
144 l = getConnections(); in getEarliestConnection()
170 l = getConnections(); in getEarliestCreateTime()
191 List<Connection> l = getConnections();
226 List<Connection> l = getConnections();
DCallManager.java2067 return fgCall.getConnections(); in getFgCallConnections()
2079 return fgCall.getConnections(); in getFgCallConnections()
2091 return bgCall.getConnections(); in getBgCallConnections()
2103 return bgCall.getConnections(); in getBgCallConnections()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCallBase.java29 public List<Connection> getConnections() { in getConnections() method in SipCallBase
DSipPhone.java466 public List<Connection> getConnections() { in getConnections() method in SipPhone.SipCall
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java678 l = mRingingCall.getConnections(); in dumpState()
685 l = mForegroundCall.getConnections(); in dumpState()
692 l = mBackgroundCall.getConnections(); in dumpState()
763 if (call.getConnections().size() == 0) { in hangup()
775 hangup((GsmConnection)(call.getConnections().get(0))); in hangup()
DGsmCall.java48 getConnections() { in getConnections() method in GsmCall
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCall.java47 getConnections() { in getConnections() method in CdmaCall
DCdmaCallTracker.java331 } else if (mForegroundCall.getConnections().size() > 1) { in switchWaitingOrHoldingAndActive()
843 if (call.getConnections().size() == 0) { in hangup()
855 hangup((CdmaConnection)(call.getConnections().get(0))); in hangup()
/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java159 public final List<RemoteConnection> getConnections() { in getConnections() method in RemoteConference
DConference.java102 public final List<Connection> getConnections() { in getConnections() method in Conference
DRemoteConnectionService.java187 if (conference.getConnections().size() == 0) {
DConnectionService.java877 for (Connection connection : conference.getConnections()) { in addConference()
891 for (Connection connection : conference.getConnections()) { in addConference()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java73 getConnections() { in getConnections() method in ImsPhoneCall
DImsPhoneCallTracker.java646 l = mRingingCall.getConnections(); in dumpState()
653 l = mForegroundCall.getConnections(); in dumpState()
660 l = mBackgroundCall.getConnections(); in dumpState()
740 if (call.getConnections().size() == 0) { in hangup()
/frameworks/base/api/
Dsystem-current.txt29995 method public final java.util.List<android.telecom.Connection> getConnections();
30250 method public final java.util.List<android.telecom.RemoteConnection> getConnections();