HomeSort by relevance Sort by last modified time
    Searched defs:INCOMING (Results 1 - 10 of 10) 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/
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;
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VoiceEngine.java 43 public enum RtpDirections { INCOMING, OUTGOING }
VideoEngine.java 49 public enum RtpDirections { INCOMING, OUTGOING }
  /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 44 public static final int INCOMING = 3; /* A normal incoming phone call */
45 public static final int CALL_WAITING = 4; /* Incoming call while another is active */
58 case INCOMING:
83 case INCOMING:
84 return "INCOMING";
238 return Call.State.INCOMING;
InCallPresenter.java 289 // Examples: (1) A new incoming call could come in and then get disconnected before
291 // (2) All calls could disconnect and then get a new incoming call before the
343 * Called when there is a new incoming call.
349 InCallState newState = startOrFinishUi(InCallState.INCOMING);
362 * changes from being connected (incoming/outgoing/active) to disconnected.
388 newState = InCallState.INCOMING;
509 * Answers any incoming call.
527 * Declines any incoming call.
663 * INCOMING CALL
786 // A new Incoming call means that the user needs to be notified of the the call (sinc
    [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 674 milliseconds