HomeSort by relevance Sort by last modified time
    Searched refs:OUTGOING (Results 1 - 8 of 8) 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 276 * changes from being connected (incoming/outgoing/active) to disconnected.
304 newState = InCallState.OUTGOING;
348 * Hangs up any active or outgoing calls.
585 // A new outgoing call indicates that the user just now dialed a number and when that
590 final boolean showCallUi = (InCallState.OUTGOING == newState);
592 // TODO: Can we be suddenly in a call without it having been in the outgoing or incoming
732 OUTGOING;
740 this == OUTGOING ||
CallButtonPresenter.java 70 if (state == InCallState.OUTGOING) {
77 // OUTGOING. We may want to do that once we start showing "Voice mail" label on
79 if (mPreviousState == InCallState.OUTGOING
ProximitySensor.java 98 || InCallState.OUTGOING == state);
CallCardPresenter.java 138 } else if (state == InCallState.OUTGOING) {
141 // getCallToDisplay doesn't go through outgoing or incoming calls. It will return the
392 * Returns the gateway number for any existing outgoing call.
403 * Returns the label for the gateway app for any existing outgoing call.
StatusBarNotifier.java 209 // Whether we have an outgoing call but the incall UI has yet to show up.
211 // in the foreground, if we show the outgoing notification before the activity
212 // comes up the user will see it flash on and off on an outgoing call. We therefore
213 // do not show the notification for outgoing calls before the activity has started.
215 state == InCallState.OUTGOING &&
233 // If we have an outgoing call with no UI but the timer has fired, we show
342 // Add hang up option for any active calls (active | onhold), outgoing calls (dialing).
  /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 603 milliseconds