Searched refs:getConnectionsCount (Results 1 – 7 of 7) sorted by relevance
47 return getConnectionsCount() > 1; in isMultiparty()117 if (getConnectionsCount() == 0) { in detach()141 return getConnectionsCount() == mOwner.getMaxConnectionsPerCall(); in isFull()
118 public int getConnectionsCount() { in getConnectionsCount() method in Call355 if (getConnectionsCount() == 0) {
645 if (mForegroundCall.getConnectionsCount() > 1) { in switchWaitingOrHoldingAndActive()1328 if (call.getConnectionsCount() == 0) { in hangup()1381 Rlog.v(LOG_TAG, "logHangupEvent logged " + call.getConnectionsCount() in logHangupEvent()
25 return getConnectionsCount() > 1; in isMultiparty()
579 if (getConnectionsCount() != 1) { in acceptCall()654 new Connection[that.getConnectionsCount()]); in merge()708 + getPhone() + " " + getConnectionsCount()); in setState()736 + getConnectionsCount()); in onConnectionEnded()
240 return getConnectionsCount() == ImsPhoneCallTracker.MAX_CONNECTIONS_PER_CALL; in isFull()
2220 + mForegroundCall.getConnectionsCount() + "), bg= " + mBackgroundCall in updatePhoneState()2221 .getState() + "(" + mBackgroundCall.getConnectionsCount() + ")"); in updatePhoneState()2379 if (call.getConnectionsCount() == 0) { in hangup()