HomeSort by relevance Sort by last modified time
    Searched refs:INCOMING (Results 1 - 18 of 18) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
AbstractRetryScheme.java 22 public static final int INCOMING = 2;
  /frameworks/base/telephony/java/com/android/internal/telephony/
Call.java 30 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
37 return this == INCOMING || this == WAITING;
DriverCall.java 34 INCOMING, // MT call only
125 case 4: return State.INCOMING;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCall.java 47 case INCOMING: return State.INCOMING;
GsmCallTracker.java 250 if (ringingCall.getState() == GsmCall.State.INCOMING) {
251 Log.i("phone", "acceptCall: incoming...");
277 if (ringingCall.getState() == GsmCall.State.INCOMING) {
278 throw new CallStateException("cannot be in the incoming state");
537 || (dc.state == DriverCall.State.INCOMING
    [all...]
GsmConnection.java 504 * An incoming or outgoing call has connected
512 // bug #678474: incoming call interpreted as missed call, even though
652 /** "connecting" means "has never been ACTIVE" for both incoming
675 case INCOMING:
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCall.java 48 case INCOMING: return State.INCOMING;
CdmaCallTracker.java 275 if (ringingCall.getState() == CdmaCall.State.INCOMING) {
276 Log.i("phone", "acceptCall: incoming...");
310 if (ringingCall.getState() == CdmaCall.State.INCOMING) {
311 throw new CallStateException("cannot be in the incoming state");
626 || (dc.state == DriverCall.State.INCOMING
    [all...]
CdmaConnection.java 579 * An incoming or outgoing call has connected
587 // bug #678474: incoming call interpreted as missed call, even though
597 // Only release wake lock for incoming calls, for outgoing calls the wake lock
747 /** "connecting" means "has never been ACTIVE" for both incoming
770 case INCOMING:
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 36 INCOMING(4), // MT call only
71 return new CallInfo (true, State.INCOMING, false, number);
120 return state == State.INCOMING || state == State.WAITING;
182 // ensure there aren't already calls INCOMING or WAITING
189 && (call.state == CallInfo.State.INCOMING
287 && (call.state == CallInfo.State.INCOMING
363 && (call.state == CallInfo.State.INCOMING
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 99 // FIXME: is it true that we cannot take any incoming call if
134 if ((ringingCall.getState() == Call.State.INCOMING) ||
436 Call.State newState = makeCallWait ? State.WAITING : State.INCOMING;
658 if (newState == Call.State.INCOMING) {
659 setState(mOwner.getState()); // INCOMING or WAITING
825 mAdapter.onCallEnded(((mState == Call.State.INCOMING)
873 case SipSession.State.INCOMING_CALL_ANSWERING: return Call.State.INCOMING;
    [all...]
  /hardware/ril/mock-ril/src/js/
ril_vars.js 346 var INCOMING = 1; /* incoming call */
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 304 Log.i(TAG, "Routing audio for incoming SCO connection");
316 Log.i(TAG, "Rejecting incoming SCO connection");
320 Log.e(TAG, "Error when closing incoming Sco socket");
401 // since an incoming SCO connection can happen immediately with
526 * incoming SCO connections, regardless of whether we have a listening
642 // 1: incoming call setup
    [all...]
CallCard.java 57 * a call on hold, or an incoming call.)
142 // Onscreen hint for the incoming call RotarySelector widget.
263 // but the incoming call *does* briefly exist in the DISCONNECTING or
381 * Updates the UI for the state where an incoming call is ringing (or
389 // Display caller-id info and photo from the incoming call:
394 // (Since the caller-id info for the incoming call totally trumps
400 * Updates the UI for the state where an incoming call is just disconnected while we want to
489 case INCOMING:
631 // One special feature of the "number" text field: For incoming
    [all...]
PhoneUtils.java 239 * actually a ringing incoming call, or some other error occurred.
271 // This is the FIRST incoming call being answered.
320 Log.i(LOG_TAG, "Forcing speaker off due to new incoming call...");
384 if (state == Call.State.INCOMING) {
385 // Regular incoming call (with no other active calls)
386 log("hangupRingingCall(): regular incoming call: hangup()");
389 // Call-waiting: there's an incoming call, but another call is
410 // Unexpected state: the ringing call isn't INCOMING or
413 // (Presumably the incoming call went away at the exact moment
415 Log.w(LOG_TAG, "hangupRingingCall: no INCOMING or WAITING call")
    [all...]
CallNotifier.java 55 * (like starting the Ringer and Incoming Call UI, playing in-call tones,
381 // Check for a few cases where we totally ignore incoming calls.
384 // that an incoming call occurred. (This will generally send the
386 // incoming-call UI and the user had declined the call.)
393 // This is a very strange case: an incoming call that stopped
405 // State will be either INCOMING or WAITING.
411 // us get incoming connections in the first place.
423 // incoming call by consuming the broadcast and doing nothing, or
428 // We'd need to protect this with a new "intercept incoming calls"
435 if (VDBG) log("Holding wake lock on new incoming connection.")
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 298 // One ringing (INCOMING) call
317 assertEquals(Call.State.INCOMING, mGSMPhone.getRingingCall().getState());
443 assertEquals(Call.State.INCOMING, mGSMPhone.getRingingCall().getState());
607 // Test incoming not missed calls
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 

Completed in 441 milliseconds