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

  /packages/apps/Mms/src/com/android/mms/transaction/
AbstractRetryScheme.java 21 public static final int OUTGOING = 1;
  /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 262 * changes from being connected (incoming/outgoing/active) to disconnected.
286 newState = InCallState.OUTGOING;
330 * Hangs up any active or outgoing calls.
565 // A new outgoing call indicates that the user just now dialed a number and when that
570 final boolean showCallUi = (InCallState.OUTGOING == newState);
572 // TODO: Can we be suddenly in a call without it having been in the outgoing or incoming
711 OUTGOING;
719 this == 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 549 milliseconds