Searched refs:getConnectionsCount (Results 1 – 7 of 7) sorted by relevance
44 return getConnectionsCount() > 1; in isMultiparty()114 if (getConnectionsCount() == 0) { in detach()138 return getConnectionsCount() == mOwner.getMaxConnectionsPerCall(); in isFull()
117 public int getConnectionsCount() { in getConnectionsCount() method in Call354 if (getConnectionsCount() == 0) {
604 if (mForegroundCall.getConnectionsCount() > 1) { in switchWaitingOrHoldingAndActive()1283 if (call.getConnectionsCount() == 0) { in hangup()1336 Rlog.v(LOG_TAG, "logHangupEvent logged " + call.getConnectionsCount() in logHangupEvent()
25 return getConnectionsCount() > 1; in isMultiparty()
575 if (getConnectionsCount() != 1) { in acceptCall()650 new Connection[that.getConnectionsCount()]); in merge()704 + getPhone() + " " + getConnectionsCount()); in setState()732 + getConnectionsCount()); in onConnectionEnded()
239 return getConnectionsCount() == ImsPhoneCallTracker.MAX_CONNECTIONS_PER_CALL; in isFull()
2042 + mForegroundCall.getConnectionsCount() + "), bg= " + mBackgroundCall in updatePhoneState()2043 .getState() + "(" + mBackgroundCall.getConnectionsCount() + ")"); in updatePhoneState()2203 if (call.getConnectionsCount() == 0) { in hangup()