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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 34 INCOMING, // MT call only
126 case 4: return State.INCOMING;
Call.java 35 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
42 return this == INCOMING || this == WAITING;
57 case INCOMING: 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/
Call.java 50 public static final int INCOMING = 4; /* A normal incoming phone call */
51 public static final int CALL_WAITING = 5; /* Incoming call while another is active */
65 case INCOMING:
92 case INCOMING:
93 return "INCOMING";
329 return Call.State.INCOMING;
CallCardPresenter.java 126 startContactInfoSearch(call, true, call.getState() == Call.State.INCOMING);
186 if (newState == InCallState.INCOMING) {
194 // getCallToDisplay doesn't go through outgoing or incoming calls. It will return the
226 mPrimary.getState() == Call.State.INCOMING);
243 mSecondary.getState() == Call.State.INCOMING);
280 // Hide the end call button instantly if we're receiving an incoming call.
282 callState != Call.State.INCOMING /* animate */);
468 startContactInfoSearch(call, isPrimary, call.getState() == Call.State.INCOMING);
824 && callState != Call.State.DISCONNECTING) || callState == Call.State.INCOMING) {
844 || (oldState != InCallState.INCOMING && newState == InCallState.INCOMING))
    [all...]
InCallPresenter.java 362 // Examples: (1) A new incoming call could come in and then get disconnected before
364 // (2) All calls could disconnect and then get a new incoming call before the
458 * Called when there is a new incoming call.
464 InCallState newState = startOrFinishUi(InCallState.INCOMING);
481 * changes from being connected (incoming/outgoing/active) to disconnected.
506 newState = InCallState.INCOMING;
680 * Answers any incoming call.
698 * Declines any incoming call.
    [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 208 milliseconds