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

  /packages/apps/Mms/src/com/android/mms/transaction/
AbstractRetryScheme.java 22 public static final int INCOMING = 2;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 33 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
40 return this == INCOMING || this == WAITING;
DriverCall.java 34 INCOMING, // MT call only
126 case 4: return State.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
  /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...]
  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 194 // Examples: (1) A new incoming call could come in and then get disconnected before
196 // (2) All calls could disconnect and then get a new incoming call before the
230 // incoming call screen
253 * Called when there is a new incoming call.
259 InCallState newState = startOrFinishUi(InCallState.INCOMING);
276 * changes from being connected (incoming/outgoing/active) to disconnected.
302 newState = InCallState.INCOMING;
443 * INCOMING CALL
557 // A new Incoming call means that the user needs to be notified of the the call (since
561 // The process for incoming calls is as follows
    [all...]
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.java 47 public static final int INCOMING = 3; /* A normal incoming phone call */
48 public static final int CALL_WAITING = 4; /* Incoming call while another is active */
59 case INCOMING:
106 INCOMING_MISSED, /* an incoming call that was missed and never answered */
121 INCOMING_REJECTED, /* an incoming call that was rejected */
152 .put(Call.State.INCOMING, "INCOMING")
184 // Time that this call transitioned into ACTIVE state from INCOMING, WAITING, or OUTGOING.
  /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 154 milliseconds