Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTrackerTest.java103 assertEquals(0, mCTUT.mForegroundCall.getConnections().size()); in testMOCallDial()
114 assertEquals(1, mCTUT.mForegroundCall.getConnections().size()); in testMOCallDial()
145 assertEquals(1, mCTUT.mForegroundCall.getConnections().size()); in testMOCallHangup()
155 assertEquals(0, mCTUT.mForegroundCall.getConnections().size()); in testMOCallHangup()
167 assertEquals(1, mCTUT.mForegroundCall.getConnections().size()); in testMOCallDialPickUpHangup()
169 Connection connection = mCTUT.mForegroundCall.getConnections().get(0); in testMOCallDialPickUpHangup()
181 assertEquals(0, mCTUT.mForegroundCall.getConnections().size()); in testMOCallDialPickUpHangup()
204 assertEquals(0, mCTUT.mForegroundCall.getConnections().size()); in testMOCallPendingHangUp()
215 assertEquals(1, mCTUT.mForegroundCall.getConnections().size()); in testMOCallSwitch()
216 assertEquals(0, mCTUT.mBackgroundCall.getConnections().size()); in testMOCallSwitch()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken145 assertEquals(0, mGSMPhone.getRingingCall().getConnections().size());
146 assertEquals(0, mGSMPhone.getForegroundCall().getConnections().size());
147 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
174 } while (mGSMPhone.getForegroundCall().getConnections().size() == 0);*/
176 assertEquals(0, mGSMPhone.getRingingCall().getConnections().size());
177 assertEquals(1, mGSMPhone.getForegroundCall().getConnections().size());
178 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
188 cn = mGSMPhone.getForegroundCall().getConnections().get(0);
208 assertEquals(0, mGSMPhone.getRingingCall().getConnections().size());
209 assertEquals(1, mGSMPhone.getForegroundCall().getConnections().size());
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java79 public abstract List<Connection> getConnections(); in getConnections() method in Call
100 List<Connection> connections = getConnections(); in hasConnections()
146 l = getConnections(); in getEarliestConnection()
172 l = getConnections(); in getEarliestCreateTime()
193 List<Connection> l = getConnections();
228 List<Connection> l = getConnections();
DGsmCdmaCallTracker.java123 toNotify.addAll(mRingingCall.getConnections());
124 toNotify.addAll(mForegroundCall.getConnections());
125 toNotify.addAll(mBackgroundCall.getConnections());
574 if (mForegroundCall.getConnections().size() > 1) { in switchWaitingOrHoldingAndActive()
1130 l = mRingingCall.getConnections(); in dumpState()
1137 l = mForegroundCall.getConnections(); in dumpState()
1144 l = mBackgroundCall.getConnections(); in dumpState()
1229 if (call.getConnections().size() == 0) { in hangup()
1242 hangup((GsmCdmaConnection)(call.getConnections().get(0))); in hangup()
DGsmCdmaCall.java38 public List<Connection> getConnections() { in getConnections() method in GsmCdmaCall
DCallManager.java2035 return fgCall.getConnections(); in getFgCallConnections()
2047 return fgCall.getConnections(); in getFgCallConnections()
2059 return bgCall.getConnections(); in getBgCallConnections()
2071 return bgCall.getConnections(); in getBgCallConnections()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCallBase.java27 public List<Connection> getConnections() { in getConnections() method in SipCallBase
DSipPhone.java486 public List<Connection> getConnections() { in getConnections() method in SipPhone.SipCall
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCall.java42 public List<Connection> getConnections() { in getConnections() method in ImsExternalCall
DImsPhoneCall.java92 getConnections() { in getConnections() method in ImsPhoneCall
DImsPhoneCallTracker.java1494 + mForegroundCall.getConnections().size() + "), bg= " + mBackgroundCall in updatePhoneState()
1495 .getState() + "(" + mBackgroundCall.getConnections().size() + ")"); in updatePhoneState()
1522 l = mRingingCall.getConnections(); in dumpState()
1529 l = mForegroundCall.getConnections(); in dumpState()
1536 l = mBackgroundCall.getConnections(); in dumpState()
1650 if (call.getConnections().size() == 0) { in hangup()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java150 assertEquals(mConnection1, mImsCallThat.getConnections().get(0)); in testSwitchWith()
151 assertEquals(mConnection2, mImsCallUT.getConnections().get(0)); in testSwitchWith()
DImsPhoneCallTrackerTest.java353 assertEquals(1, mCTUT.mRingingCall.getConnections().size()); in testImsMTCall()
355 (ImsPhoneConnection) mCTUT.mRingingCall.getConnections().get(0); in testImsMTCall()
375 assertEquals(1, mCTUT.mForegroundCall.getConnections().size()); in testImsMTCallAccept()
391 assertEquals(0, mCTUT.mRingingCall.getConnections().size()); in testImsMTCallReject()
675 (ImsPhoneConnection) mCTUT.mForegroundCall.getConnections().get(0); in testNotifyHandovers()
/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java355 public final List<RemoteConnection> getConnections() { in getConnections() method in RemoteConference
DConference.java142 public final List<Connection> getConnections() { in getConnections() method in Conference
DRemoteConnectionService.java234 if (conference.getConnections().size() == 0) {
DConnectionService.java1993 for (Connection connection : conference.getConnections()) { in addConference()
2018 for (Connection connection : conference.getConnections()) { in addConference()
/frameworks/base/config/
Dhiddenapi-public-dex.txt41686 Landroid/telecom/Conference;->getConnections()Ljava/util/List;
42206 Landroid/telecom/RemoteConference;->getConnections()Ljava/util/List;
Dboot-image-profile.txt9936 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->getConnections()Ljava/util/List;
39801 HSPLcom/android/internal/telephony/GsmCdmaCall;->getConnections()Ljava/util/List;
/frameworks/base/api/
Dcurrent.txt40893 method public final java.util.List<android.telecom.Connection> getConnections();
41302 method public java.util.List<android.telecom.RemoteConnection> getConnections();