HomeSort by relevance Sort by last modified time
    Searched refs:RINGING (Results 1 - 25 of 31) sorted by null

1 2

  /packages/services/Telecomm/src/com/android/server/telecom/
CallState.java 64 public static final int RINGING = 4;
69 * {@link #DIALING} call or a {@link #RINGING} call being answered by the other party.
116 case RINGING:
117 return "RINGING";
PhoneStateBroadcaster.java 51 * already a ringing call, don't broadcast EXTRA_STATE_OFFHOOK.
59 if (call.getState() == CallState.RINGING) {
Ringer.java 35 * TODO: Turn this into a proper state machine: Ringing, CallWaiting, Stopped.
97 if (call.isIncoming() && call.getState() == CallState.RINGING) {
99 Log.wtf(this, "New ringing call is already in list of unanswered calls");
113 if (newState != CallState.RINGING) {
142 * Silences the ringer for any actively ringing calls.
145 // Remove all calls from the "ringing" set and then update the ringer.
173 stopRinging(call, "No more ringing calls found");
CallsManager.java 245 setCallState(incomingCall, CallState.RINGING, "successful incoming call");
745 // If the foreground call is not the ringing call and it is currently isActive() or
    [all...]
Call.java 577 case CallState.RINGING:
867 setState(CallState.RINGING, "directing to voicemail");
    [all...]
CallAudioManager.java 322 // We user CallsManager's foreground call so that we dont ignore ringing calls
364 * Sets the audio stream and mode based on whether a call is ringing.
366 * @param call The call which changed ringing state.
367 * @param isRinging {@code true} if the call is ringing, {@code false} otherwise.
512 Log.i(this, "updateAudioStreamAndMode : ringing");
542 Log.v(this, "updateAudioStreamAndMode : no ringing call");
545 // mIsRinging is false, but there is a foreground ringing call present. Don't
547 // the time it takes for the foreground call to transition from RINGING to ACTIVE/
643 // (b) The not-so-obvious case: if an incoming call is ringing, and we expect that audio
653 case CallState.RINGING
    [all...]
TelecomServiceImpl.java     [all...]
BluetoothPhoneServiceImpl.java 704 "ringing number %s, " +
705 "ringing type %s",
723 "ringing number %s, " +
724 "ringing type %s",
754 // bluetooth devices (like not getting out of ringing state after answering a call).
    [all...]
  /external/nist-sip/java/javax/sip/message/
Response.java 7 int RINGING = 180;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Tone.java 67 * Ringing tone.
69 RINGING(0x08),
89 * Ringing tone as selected by the user for incoming speech call.
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 27 * <li>RINGING = a phone call is ringing or call waiting.
31 * ringing or waiting.</li>
35 IDLE, RINGING, OFFHOOK;
  /packages/apps/Stk/src/com/android/stk/
TonePlayer.java 41 mToneMap.put(Tone.RINGING, ToneGenerator.TONE_SUP_RINGTONE);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
InCallWakeLockControllerTest.java 87 mInCallWakeLockController.onCallStateChanged(mCall, CallState.NEW, CallState.RINGING);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 301 // One ringing (INCOMING) call
308 assertEquals(PhoneConstants.State.RINGING, mGSMPhone.getState());
430 // One ringing call
438 assertEquals(PhoneConstants.State.RINGING, mGSMPhone.getState());
511 // One ringing call
519 assertEquals(PhoneConstants.State.RINGING, mGSMPhone.getState());
525 // Ringing call disconnects
535 // One Ringing Call
541 } while (mGSMPhone.getState() != PhoneConstants.State.RINGING);
595 } while (mGSMPhone.getState() != PhoneConstants.State.RINGING);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 317 case RINGING:
333 return PhoneConstants.State.RINGING;
CallManager.java 96 // list of supported ringing calls
270 * then the phone state is RINGING not OFFHOOK
277 if (phone.getState() == PhoneConstants.State.RINGING) {
278 s = PhoneConstants.State.RINGING;
289 * then the phone state is RINGING not OFFHOOK
297 if (phone.getState() == PhoneConstants.State.RINGING) {
298 s = PhoneConstants.State.RINGING;
501 * @return the phone associated with the ringing call
508 * @return the phone associated with the ringing call
535 case RINGING
    [all...]
PhoneBase.java 585 && ((state == PhoneConstants.State.RINGING) ||
597 if (getState() == PhoneConstants.State.RINGING) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 84 case RINGING :
85 retval = "Ringing";
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 546 mState = PhoneConstants.State.RINGING;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 525 mState = PhoneConstants.State.RINGING;
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 104 if (oldState == CallState.RINGING && newState == CallState.DISCONNECTED &&
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 355 Response response = mMessageFactory.createResponse(Response.RINGING,
361 if (DBG) log("send RINGING: " + response);
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 136 * choose first ringing call, first active call, or first background call (typically in
705 // Force the screen to be on if the phone is ringing or dialing,
712 boolean isRinging = (state == PhoneConstants.State.RINGING);
746 // "release" request once for a single call (RINGING + OFFHOOK and IDLE).
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 81 // A call that is ringing or (call) waiting
305 // ringing Call state change to idle is in CdmaCall.detach
312 throw new CallStateException("phone not ringing");
319 // so if the phone isn't ringing, this could hang up held
323 throw new CallStateException("phone not ringing");
470 mState = PhoneConstants.State.RINGING;
611 // Loop through ringing call connections as
784 // if the ringing call connection size is 0. We don't specifically
785 // set the ringing call state to IDLE here to avoid a race condition
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 84 // A call that is ringing or (call) waiting
277 throw new CallStateException("phone not ringing");
284 // so if the phone isn't ringing, this could hang up held
288 throw new CallStateException("phone not ringing");
409 mState = PhoneConstants.State.RINGING;
518 } else if ( mConnections[i].getCall() == mRingingCall ) { // it's a ringing call
522 // which is neither a ringing call or one we created.
687 Rlog.i(LOG_TAG,"Ringing call: " + mRingingCall.toString());
779 if (Phone.DEBUG_PHONE) log("(ringing) hangup waiting or background");
788 // Do not auto-answer ringing on CHUP, instead just end active call
    [all...]

Completed in 559 milliseconds

1 2