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;
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 32 public static final Spec INCOMING;
64 INCOMING = new Spec();
65 INCOMING.overlayAlphaFrom = 1f;
66 INCOMING.overlayAlphaTo = 0f;
67 INCOMING.overlayScaleFrom = 1f;
68 INCOMING.overlayScaleTo = 3f;
69 INCOMING.contentAlphaFrom = 0f;
70 INCOMING.contentAlphaTo = 1f;
71 INCOMING.contentScaleFrom = 0.25f;
72 INCOMING.contentScaleTo = 1f
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 34 INCOMING, // MT call only
126 case 4: return State.INCOMING;
Call.java 33 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
40 return this == INCOMING || this == WAITING;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java 44 case INCOMING: return State.INCOMING;
CdmaCallTracker.java 265 if (mRingingCall.getState() == CdmaCall.State.INCOMING) {
266 Rlog.i("phone", "acceptCall: incoming...");
300 if (mRingingCall.getState() == CdmaCall.State.INCOMING) {
301 throw new CallStateException("cannot be in the incoming state");
617 || (dc.state == DriverCall.State.INCOMING
    [all...]
CdmaConnection.java 568 * An incoming or outgoing call has connected
576 // bug #678474: incoming call interpreted as missed call, even though
586 // Only release wake lock for incoming calls, for outgoing calls the wake lock
737 /** "connecting" means "has never been ACTIVE" for both incoming
760 case INCOMING:
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCall.java 45 case INCOMING: return State.INCOMING;
GsmCallTracker.java 256 if (mRingingCall.getState() == GsmCall.State.INCOMING) {
257 Rlog.i("phone", "acceptCall: incoming...");
283 if (mRingingCall.getState() == GsmCall.State.INCOMING) {
284 throw new CallStateException("cannot be in the incoming state");
548 || (dc.state == DriverCall.State.INCOMING
    [all...]
GsmConnection.java 526 * An incoming or outgoing call has connected
534 // bug #678474: incoming call interpreted as missed call, even though
670 /** "connecting" means "has never been ACTIVE" for both incoming
693 case INCOMING:
  /frameworks/opt/telephony/src/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 mState == State.INCOMING || mState == State.WAITING;
183 // ensure there aren't already calls INCOMING or WAITING
190 && (call.mState == CallInfo.State.INCOMING
288 && (call.mState == CallInfo.State.INCOMING
364 && (call.mState == CallInfo.State.INCOMING
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 106 // FIXME: is it true that we cannot take any incoming call if
148 if ((mRingingCall.getState() == Call.State.INCOMING) ||
401 case SipSession.State.INCOMING_CALL_ANSWERING: return Call.State.INCOMING;
523 Call.State newState = makeCallWait ? State.WAITING : State.INCOMING;
775 if (newState == Call.State.INCOMING) {
776 setState(mOwner.getState()); // INCOMING or WAITING
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothPhoneService.java 570 // If the Ringing Call state is INCOMING, that means this is the very first call
572 if (ringingCallState == Call.State.INCOMING) {
573 if (VDBG) log("Filling clccConnections[0] for INCOMING state");
654 case INCOMING:
768 // For CDMA, the way we switch to a new incoming call is b
    [all...]
CallCard.java 58 * a call on hold, or an incoming call.)
143 // Onscreen hint for the incoming call RotarySelector widget.
268 // but the incoming call *does* briefly exist in the DISCONNECTING or
386 * Updates the UI for the state where an incoming call is ringing (or
394 // Display caller-id info and photo from the incoming call:
399 // (Since the caller-id info for the incoming call totally trumps
405 * Updates the UI for the state where an incoming call is just disconnected while we want to
494 case INCOMING:
637 // One special feature of the "number" text field: For incoming
    [all...]
PhoneUtils.java 214 * actually a ringing incoming call, or some other error occurred.
246 // This is the FIRST incoming call being answered.
299 Log.i(LOG_TAG, "Forcing speaker off due to new incoming call...");
367 if (state == Call.State.INCOMING) {
368 // Regular incoming call (with no other active calls)
369 log("hangupRingingCall(): regular incoming call: hangup()");
372 // Call-waiting: there's an incoming call, but another call is
393 // Unexpected state: the ringing call isn't INCOMING or
396 // (Presumably the incoming call went away at the exact moment
398 Log.w(LOG_TAG, "hangupRingingCall: no INCOMING or WAITING call")
    [all...]
CallNotifier.java 60 * (like starting the Ringer and Incoming Call UI, playing in-call tones,
399 // Check for a few cases where we totally ignore incoming calls.
402 // that an incoming call occurred. (This will generally send the
404 // incoming-call UI and the user had declined the call.)
411 // This is a very strange case: an incoming call that stopped
423 // State will be either INCOMING or WAITING.
429 // us get incoming connections in the first place.
441 // incoming call by consuming the broadcast and doing nothing, or
446 // We'd need to protect this with a new "intercept incoming calls"
453 if (VDBG) log("Holding wake lock on new incoming connection.")
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 299 // One ringing (INCOMING) call
318 assertEquals(Call.State.INCOMING, mGSMPhone.getRingingCall().getState());
444 assertEquals(Call.State.INCOMING, mGSMPhone.getRingingCall().getState());
608 // 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 603 milliseconds