Lines Matching refs:getState

97             if (ringingCall.getState().isAlive()) return false;
101 if (foregroundCall.getState().isAlive()
102 && backgroundCall.getState().isAlive()) {
112 boolean makeCallWait = foregroundCall.getState().isAlive();
114 if (sipAudioCall.getState()
134 if ((ringingCall.getState() == Call.State.INCOMING) ||
135 (ringingCall.getState() == Call.State.WAITING)) {
148 if (ringingCall.getState().isRinging()) {
170 if (foregroundCall.getState() == SipCall.State.ACTIVE) {
173 if (foregroundCall.getState() != SipCall.State.IDLE) {
192 if (backgroundCall.getState().isAlive()) backgroundCall.hold();
193 if (foregroundCall.getState().isAlive()) foregroundCall.unhold();
203 if ((foregroundCall.getState() != SipCall.State.ACTIVE)
204 || (foregroundCall.getState() != SipCall.State.ACTIVE)) {
206 + foregroundCall.getState() + ", bg="
207 + backgroundCall.getState());
246 } else if (foregroundCall.getState().isAlive()) {
313 return (foregroundCall.getState().isAlive()
412 if (DEBUG) Log.d(LOG_TAG, "hang up call: " + getState()
425 if (DEBUG) Log.d(LOG_TAG, "hang up dead call: " + getState()
517 if (conn.getState() == Call.State.HOLDING) {
579 setState(conn.getState());
590 if (DEBUG) Log.d(LOG_TAG, " state=" + c.getState() + ": "
592 if (c.getState() != State.DISCONNECTED) {
628 : (sipAudioCall.getState() + ", ");
659 setState(mOwner.getState()); // INCOMING or WAITING
662 if (ringingCall.getState() == Call.State.WAITING) {
782 public Call.State getState() {
839 if (call.getState() != Call.State.IDLE) {
842 + call.getState());
869 int sessionState = sipAudioCall.getState();