Home
last modified time | relevance | path

Searched refs:getConnectionsCount (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCall.java44 return getConnectionsCount() > 1; in isMultiparty()
114 if (getConnectionsCount() == 0) { in detach()
138 return getConnectionsCount() == mOwner.getMaxConnectionsPerCall(); in isFull()
DCall.java117 public int getConnectionsCount() { in getConnectionsCount() method in Call
354 if (getConnectionsCount() == 0) {
DGsmCdmaCallTracker.java604 if (mForegroundCall.getConnectionsCount() > 1) { in switchWaitingOrHoldingAndActive()
1283 if (call.getConnectionsCount() == 0) { in hangup()
1336 Rlog.v(LOG_TAG, "logHangupEvent logged " + call.getConnectionsCount() in logHangupEvent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCallBase.java25 return getConnectionsCount() > 1; in isMultiparty()
DSipPhone.java575 if (getConnectionsCount() != 1) { in acceptCall()
650 new Connection[that.getConnectionsCount()]); in merge()
704 + getPhone() + " " + getConnectionsCount()); in setState()
732 + getConnectionsCount()); in onConnectionEnded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java239 return getConnectionsCount() == ImsPhoneCallTracker.MAX_CONNECTIONS_PER_CALL; in isFull()
DImsPhoneCallTracker.java2042 + mForegroundCall.getConnectionsCount() + "), bg= " + mBackgroundCall in updatePhoneState()
2043 .getState() + "(" + mBackgroundCall.getConnectionsCount() + ")"); in updatePhoneState()
2203 if (call.getConnectionsCount() == 0) { in hangup()