HomeSort by relevance Sort by last modified time
    Searched refs:INCOMING (Results 1 - 25 of 33) sorted by null

1 2

  /packages/apps/Mms/src/com/android/mms/transaction/
AbstractRetryScheme.java 22 public static final int INCOMING = 2;
  /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...]
  /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;
DefaultPhoneNotifier.java 427 case INCOMING:
455 return Call.State.INCOMING;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java 44 case INCOMING: return State.INCOMING;
CdmaCallTracker.java 289 if (mRingingCall.getState() == CdmaCall.State.INCOMING) {
290 Rlog.i("phone", "acceptCall: incoming...");
324 if (mRingingCall.getState() == CdmaCall.State.INCOMING) {
325 throw new CallStateException("cannot be in the incoming state");
654 || (dc.state == DriverCall.State.INCOMING
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCall.java 45 case INCOMING: return State.INCOMING;
GsmCallTracker.java 255 if (mRingingCall.getState() == GsmCall.State.INCOMING) {
256 Rlog.i("phone", "acceptCall: incoming...");
282 if (mRingingCall.getState() == GsmCall.State.INCOMING) {
283 throw new CallStateException("cannot be in the incoming state");
559 || (dc.state == DriverCall.State.INCOMING
    [all...]
GsmConnection.java 507 * An incoming or outgoing call has connected
515 // bug #678474: incoming call interpreted as missed call, even though
652 /** "connecting" means "has never been ACTIVE" for both incoming
675 case INCOMING:
  /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;
CallCardPresenter.java 119 startContactInfoSearch(call, true, call.getState() == Call.State.INCOMING);
174 if (newState == InCallState.INCOMING) {
182 // getCallToDisplay doesn't go through outgoing or incoming calls. It will return the
202 mPrimary.getState() == Call.State.INCOMING);
215 mSecondary.getState() == Call.State.INCOMING);
258 callState != Call.State.INCOMING && mPrimary != null;
259 // Hide the end call button instantly if we're receiving an incoming call.
261 enableEndCallButton, callState != Call.State.INCOMING /* animate */);
366 startContactInfoSearch(call, isPrimary, call.getState() == Call.State.INCOMING);
StatusBarNotifier.java 121 * incoming call UI in response to a new incoming call.
123 * If an incoming call is ringing (or call-waiting), the notification
128 * (This is the mechanism that actually brings up the incoming call UI
133 * actually ringing (or, more likely, if an incoming call *was*
194 // a notification since that would be redundant, unless it is an incoming call,
220 final boolean isIncoming = (call.getState() == Call.State.INCOMING ||
284 // Set the intent as a full screen intent as well if a call is incoming
285 if ((state == Call.State.INCOMING || state == Call.State.CALL_WAITING) &&
330 } else if (state == Call.State.INCOMING || state == Call.State.CALL_WAITING)
    [all...]
AnswerPresenter.java 26 * Presenter for the Incoming call widget.
52 // Listen for incoming calls.
62 // This is necessary because the activity can be destroyed while an incoming call exists.
63 // This happens when back button is pressed while incoming call is still being shown.
99 Log.d(TAG, "Showing incoming for call id: " + mCallId + " " + this);
119 if (call.getState() != 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...]
CallList.java 76 if (call.getState() == Call.State.INCOMING) {
270 Call call = getFirstCallWithState(Call.State.INCOMING);
465 // no delay for missed/rejected incoming calls and canceled outgoing calls.
539 * Called when a new incoming call comes in.
540 * This is the only method that gets called for incoming calls. Listeners
541 * that want to perform an action on incoming call should respond in this method
543 * incoming calls.
549 * states, updating information, etc. This method will NOT be called for new incoming
VideoCallPresenter.java 40 * surfaces based on other user interface events and incoming events from the
276 * Handles incoming calls.
289 * Handles state changes (including incoming calls)
308 if (newState == InCallPresenter.InCallState.INCOMING) {
  /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
  /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 }
MediaEngine.java 418 VoiceEngine.RtpDirections.INCOMING) == 0,
425 VoiceEngine.RtpDirections.INCOMING) == 0,
699 VideoEngine.RtpDirections.INCOMING) == 0,
706 VideoEngine.RtpDirections.INCOMING) == 0,
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConnection.java 117 case INCOMING:
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 107 // FIXME: is it true that we cannot take any incoming call if
149 if ((mRingingCall.getState() == Call.State.INCOMING) ||
403 case SipSession.State.INCOMING_CALL_ANSWERING: return Call.State.INCOMING;
525 Call.State newState = makeCallWait ? State.WAITING : State.INCOMING;
778 if (newState == Call.State.INCOMING) {
779 setState(mOwner.getState()); // INCOMING or WAITING
    [all...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 232 case INCOMING:
299 * Determines the address for an incoming number.
301 * @param number The incoming number.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 169 mParent.attach(this, ImsPhoneCall.State.INCOMING);
383 * An incoming or outgoing call has connected

Completed in 1104 milliseconds

1 2