/frameworks/base/telephony/java/com/android/internal/telephony/ |
ICallServiceAdapter.aidl | 48 * Sets a call's state to ringing (e.g., an inbound ringing call).
|
PhoneConstants.java | 27 * <li>RINGING = a phone call is ringing or call waiting. 31 * ringing or waiting.</li> 35 IDLE, RINGING, OFFHOOK;
|
/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.
|
/external/nist-sip/java/javax/sip/message/ |
Response.java | 7 int RINGING = 180;
|
/packages/services/Car/car-cluster-demo-renderer/res/values/ |
strings.xml | 34 <string name="call_state_ringing">Ringing</string>
|
/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. 125 case RINGING: 126 return "RINGING";
|
InCallWakeLockController.java | 63 // We grab a full lock as long as there exists a ringing call.
|
CallAudioModeStateMachine.java | 203 Log.i(LOG_TAG, "Audio focus entering RINGING state"); 236 // Do nothing and keep ringing. 254 // If a call becomes active suddenly, give it priority over ringing. 259 Log.w(LOG_TAG, "Unexpected behavior! New ringing call appeared while in " + 260 "ringing state."); 264 Log.w(LOG_TAG, "Call was surprisingly put into hold while ringing." + 302 // Switch to either ringing, holding, or inactive 313 // indicating that a ringing call has disconnected while this state machine 364 // Switch to either ringing, holding, or inactive 443 // If there are no more ringing calls in this state, then stop any call-waitin [all...] |
/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...] |
PhoneInternalInterface.java | 278 * Answers a ringing or waiting call. Active calls, if any, go on hold. 284 * @exception CallStateException when no call is ringing or waiting 289 * Reject (ignore) a ringing call. In GSM, this means UDUB 295 * @exception CallStateException when no call is ringing or waiting 306 * @exception CallStateException if a call is ringing, waiting, or 390 * Gets the ringing call object, which represents an incoming 392 * may be RINGING or WAITING, and there may be only one.)<p> 394 * The ringing call is a singleton object. It is constant for the life 397 * The ringing call will only ever be in one of these states: 415 * dialing, alerting, ringing, or waiting. Other errors ar [all...] |
GsmCdmaCallTracker.java | 78 // A call that is ringing or (call) waiting 517 // ringing Call state change to idle is in GsmCdmaCall.detach 525 throw new CallStateException("phone not ringing"); 531 // so if the phone isn't ringing, this could hang up held 535 throw new CallStateException("phone not ringing"); 694 mState = PhoneConstants.State.RINGING; [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
CallAudioModeStateMachineTest.java | 144 "New ringing call with no other calls when unfocused", 163 "New ringing call coming in on top of active/dialing call", 182 "Ringing call becomes active, part 1", 201 "Ringing call becomes active, part 2", 258 "Ringing call disconnects", 410 "Ringing call disconnects with a holding call in the background",
|
CallAudioManagerTest.java | 92 mCallAudioManager.onCallStateChanged(call, CallState.RINGING, CallState.ACTIVE); 140 mCallAudioManager.onCallStateChanged(call, CallState.RINGING, CallState.ACTIVE); 199 when(call.getState()).thenReturn(CallState.RINGING);
|
/frameworks/base/core/java/android/provider/ |
AlarmClock.java | 98 * instance from ringing. The alarm remains enabled so that it will still ring on the date and 109 * Activity Action: Snooze a currently ringing alarm. 111 * Snoozes the currently ringing alarm. The extra {@link #EXTRA_ALARM_SNOOZE_DURATION} can be 117 * snooze duration; it's only applied to the currently ringing alarm. 119 * If there is no currently ringing alarm, then this is a no-op. 179 * ring next, or the alarm that is currently ringing, if any. 210 * Selects the alarm that will ring next, or the alarm that is currently ringing, if any.
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
tel_defines.py | 30 # callee start ringing 34 # callee start ringing 90 # Max time to wait for telecom Ringing status after receive ringing event 287 CALL_STATE_RINGING = "RINGING" 417 TELEPHONY_STATE_RINGING = "RINGING" 444 PRECISE_CALL_STATE_LISTEN_LEVEL_RINGING = "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...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneUtils.java | 97 static final int AUDIO_RINGING = 1; /** audio behaviour while ringing */ 137 private Call ringing; field in class:PhoneUtils.FgRingCalls 140 ringing = ring; 163 // before check the ringing call state 173 // since hangupActiveCall() also accepts the ringing call 174 // check if the ringing call was already answered or not 175 // only answer it when the call still is ringing 176 } else if (frC.ringing.isRinging()) { 180 answerCall(frC.ringing); 205 * Answer the currently-ringing call 283 final Call ringing = cm.getFirstActiveRingingCall(); local 315 Call ringing = cm.getFirstActiveRingingCall(); local [all...] |
/frameworks/base/telephony/java/android/telephony/ |
PreciseCallState.java | 31 * <li>Ringing call state. 103 * Get precise ringing call state 301 sb.append("Ringing call state: " + mRingingCallState);
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
IStatusBarService.aidl | 53 // Mark current notifications as "seen" and stop ringing, vibrating, blinking.
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
IConnectionServiceAdapter.aidl | 56 void setRingbackRequested(String callId, boolean ringing);
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
package.html | 18 call changes, such as when the call is ringing, established, or ended.</p>
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
InCallServiceImpl.java | 28 * Telecom while there exist calls which potentially require UI. This includes ringing (incoming),
|
NotificationBroadcastReceiver.java | 33 * choose first ringing call, first active call, or first background call (typically in
|
/packages/apps/Stk/src/com/android/stk/ |
TonePlayer.java | 41 mToneMap.put(Tone.RINGING, ToneGenerator.TONE_SUP_RINGTONE);
|
/docs/source.android.com/src/devices/accessories/headset/ |
testing.jd | 78 <li> Press quickly on the play/pause button while the phone is ringing and verify 81 <li> Long press on the play/pause button while the phone is ringing and verify the
|