HomeSort by relevance Sort by last modified time
    Searched refs:OUTGOING (Results 1 - 11 of 11) 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...]
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VideoEngine.java 49 public enum RtpDirections { INCOMING, OUTGOING }
VoiceEngine.java 43 public enum RtpDirections { INCOMING, OUTGOING }
  /packages/apps/InCallUI/src/com/android/incallui/
ProximitySensor.java 87 boolean isOffhook = (InCallState.OUTGOING == newState) || hasOngoingCall;
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...]
CallButtonPresenter.java 76 if (newState == InCallState.OUTGOING) {
83 // OUTGOING. We may want to do that once we start showing "Voice mail" label on
86 if (oldState == InCallState.OUTGOING && mCall != null
VideoCallPresenter.java 310 } else if (newState == InCallPresenter.InCallState.OUTGOING) {
CallCardPresenter.java 176 } else if (newState == InCallState.PENDING_OUTGOING || newState == InCallState.OUTGOING) {
182 // getCallToDisplay doesn't go through outgoing or incoming calls. It will return the
521 * Returns the gateway number for any existing outgoing call.
554 * For example, "calling via [Account/Google Voice]" for outgoing calls.
563 // Return the label for the gateway app on outgoing calls.
StatusBarNotifier.java 174 // Whether we have an outgoing call but the incall UI has yet to show up.
176 // in the foreground, if we show the outgoing notification before the activity
177 // comes up the user will see it flash on and off on an outgoing call. We therefore
178 // do not show the notification for outgoing calls before the activity has started.
180 state == InCallState.OUTGOING &&
198 // If we have an outgoing call with no UI but the timer has fired, we show
325 // 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 483 milliseconds