/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java | 145 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/ |
D | Call.java | 85 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();
|
D | CallManager.java | 2067 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/ |
D | SipCallBase.java | 29 public List<Connection> getConnections() { in getConnections() method in SipCallBase
|
D | SipPhone.java | 466 public List<Connection> getConnections() { in getConnections() method in SipPhone.SipCall
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmCallTracker.java | 678 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()
|
D | GsmCall.java | 48 getConnections() { in getConnections() method in GsmCall
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaCall.java | 47 getConnections() { in getConnections() method in CdmaCall
|
D | CdmaCallTracker.java | 331 } 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/ |
D | RemoteConference.java | 159 public final List<RemoteConnection> getConnections() { in getConnections() method in RemoteConference
|
D | Conference.java | 102 public final List<Connection> getConnections() { in getConnections() method in Conference
|
D | RemoteConnectionService.java | 187 if (conference.getConnections().size() == 0) {
|
D | ConnectionService.java | 877 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/ |
D | ImsPhoneCall.java | 73 getConnections() { in getConnections() method in ImsPhoneCall
|
D | ImsPhoneCallTracker.java | 646 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/ |
D | system-current.txt | 29995 method public final java.util.List<android.telecom.Connection> getConnections(); 30250 method public final java.util.List<android.telecom.RemoteConnection> getConnections();
|