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

  /packages/apps/Mms/src/com/android/mms/transaction/
AbstractRetryScheme.java 21 public static final int OUTGOING = 1;
  /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 }
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 31 public static final Spec OUTGOING;
54 OUTGOING = new Spec();
55 OUTGOING.backgroundAlphaFrom = 0.5f;
56 OUTGOING.backgroundAlphaTo = 0f;
57 OUTGOING.backgroundScaleFrom = 1f;
58 OUTGOING.backgroundScaleTo = 0f;
59 OUTGOING.contentAlphaFrom = 0.5f;
60 OUTGOING.contentAlphaTo = 1f;
61 OUTGOING.contentScaleFrom = 3f;
62 OUTGOING.contentScaleTo = 1f
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 362 * changes from being connected (incoming/outgoing/active) to disconnected.
394 newState = InCallState.OUTGOING;
482 * Hangs up any active or outgoing calls.
777 // If the state isn't changing or if we're transitioning from pending outgoing to actual
778 // outgoing, we have already done any starting/stopping of activities in a previous pass
781 newState == InCallState.OUTGOING;
815 // A new outgoing call indicates that the user just now dialed a number and when that
822 // This pending outgoing state can also launch the call screen.
    [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 147 milliseconds