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

1 2 3

  /packages/services/Telecomm/src/com/android/server/telecom/
CallState.java 66 public static final int RINGING = TelecomProtoEnums.RINGING; // = 4
71 * {@link #DIALING} call or a {@link #RINGING} call being answered by the other party.
127 case RINGING:
128 return "RINGING";
CallAudioManager.java 81 put(CallState.RINGING, mRingingCalls);
515 pw.println("Ringing calls:");
559 case CallState.RINGING:
581 case CallState.RINGING:
778 // If another call is ringing, no hold tone should play.
799 // Check to see if the call being answered/rejected is the only ringing call, since this
Call.java     [all...]
ParcelableCallUtils.java 228 case CallState.RINGING:
CallsManager.java 194 CallState.ON_HOLD, CallState.RINGING};
198 CallState.RINGING, CallState.ACTIVE, CallState.ON_HOLD, CallState.DISCONNECTED,
533 // Only set the incoming call as ringing if it isn't already disconnected. It is possible
535 // which case it makes no sense to set it back to a ringing state.
538 setCallState(incomingCall, CallState.RINGING,
551 "Exceeds maximum number of ringing calls.");
583 * (connection service) from the existing ringing call when reaching maximum ringing calls.
603 if (CallState.RINGING == call.getState() &&
    [all...]
TelecomServiceImpl.java 742 // track the current call state there could result in the wrong ringing state
    [all...]
  /frameworks/base/core/proto/android/telecomm/
enums.proto 63 RINGING = 4;
68 * {@link #DIALING} call or a {@link #RINGING} call being answered by the other party.
177 * on another device where the call was ringing.
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstantConversions.java 34 case RINGING:
50 return PhoneConstants.State.RINGING;
PhoneConstants.java 27 * <li>RINGING = a phone call is ringing or call waiting.
31 * ringing or waiting.</li>
35 IDLE, RINGING, OFFHOOK;
  /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.
  /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/
CallAudioManagerTest.java 109 mCallAudioManager.onCallStateChanged(call, CallState.RINGING, CallState.ACTIVE);
131 when(call2.getState()).thenReturn(CallState.RINGING);
171 mCallAudioManager.onCallStateChanged(call, CallState.RINGING, CallState.ACTIVE);
220 mCallAudioManager.onCallStateChanged(call, CallState.RINGING, CallState.ACTIVE);
280 when(call.getState()).thenReturn(CallState.RINGING);
InCallWakeLockControllerTest.java 94 mInCallWakeLockController.onCallStateChanged(mCall, CallState.NEW, CallState.RINGING);
IncomingCallNotifierTest.java 78 when(mRingingCall.getState()).thenReturn(CallState.RINGING);
85 * Add a call that isn't ringing.
96 * Add a ringing call when there is no other ongoing call.
108 * Add a ringing call with another call ongoing, not from a different phone account.
124 * Remove ringing call with another call ongoing.
BluetoothPhoneServiceTest.java 414 // This test does not define a value for getForegroundCall(), so this ringing call will
421 when(waitingCall.getState()).thenReturn(CallState.RINGING);
455 when(ringingCall.getState()).thenReturn(CallState.RINGING);
476 when(ringingCall.getState()).thenReturn(CallState.RINGING);
    [all...]
  /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...]
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
IncomingCallNotifier.java 48 * Manages the display of an incoming call UX when a new ringing self-managed call is added, and
129 * Determines which call is the active ringing call at this time and triggers the display of the
135 call.getState() == CallState.RINGING &&
  /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/
CallManager.java 95 // list of supported ringing calls
232 * then the phone state is RINGING not OFFHOOK
239 if (phone.getState() == PhoneConstants.State.RINGING) {
240 s = PhoneConstants.State.RINGING;
251 * then the phone state is RINGING not OFFHOOK
259 if (phone.getState() == PhoneConstants.State.RINGING) {
260 s = PhoneConstants.State.RINGING;
459 * @return the phone associated with the ringing call
466 * @return the phone associated with the ringing call
493 case RINGING
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 559 mState = PhoneConstants.State.RINGING;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 514 mState = PhoneConstants.State.RINGING;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTrackerTest.java 244 logd("MT call Ringing");
247 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState());
278 logd("MT call ringing and rejected ");
GsmCdmaPhoneTest.java 314 mCT.mState = PhoneConstants.State.RINGING;
399 //state RINGING
400 mCT.mState = PhoneConstants.State.RINGING;
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 351 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState());
432 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState());
434 //hold the foreground active call, accept the new ringing call
    [all...]

Completed in 827 milliseconds

1 2 3