HomeSort by relevance Sort by last modified time
    Searched refs:ALERTING (Results 1 - 17 of 17) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
Call.java 30 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
41 return this == DIALING || this == ALERTING;
DriverCall.java 33 ALERTING, // MO call only
124 case 3: return State.ALERTING;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCall.java 46 case ALERTING: return State.ALERTING;
GsmConnection.java 659 || parent.state == GsmCall.State.ALERTING;
667 case ALERTING:
GsmCallTracker.java 497 if (dc.state != DriverCall.State.ALERTING
535 || (dc.state == DriverCall.State.ALERTING
741 log("(foregnd) hangup dialing or alerting...");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCall.java 47 case ALERTING: return State.ALERTING;
CdmaConnection.java 754 || parent.state == CdmaCall.State.ALERTING;
762 case ALERTING:
CdmaCallTracker.java 624 || (dc.state == DriverCall.State.ALERTING
811 log("(foregnd) hangup dialing or alerting...");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 35 ALERTING(3), // MO call only
115 return state == State.DIALING || state == State.ALERTING;
148 /** number of msec between dialing -> alerting and alerting->active */
216 /** If a call is DIALING or ALERTING, progress it to the next state */
224 call.state = CallInfo.State.ALERTING;
233 && call.state == CallInfo.State.ALERTING
242 /** If a call is DIALING or ALERTING, progress it all the way to ACTIVE */
250 || call.state == CallInfo.State.ALERTING)
301 || call.state == CallInfo.State.ALERTING)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 260 // If the FG call is dialing/alerting, we should display for that call
262 // layer rejects the ringing call while the FG call is dialing/alerting,
483 case ALERTING:
    [all...]
CallNotifier.java     [all...]
BluetoothHandsfree.java 588 return (state == Call.State.ACTIVE || state == Call.State.ALERTING);
    [all...]
InCallTouchUi.java 233 // If the FG call is dialing/alerting, we should display for that call
235 // layer rejects the ringing call while the FG call is dialing/alerting,
327 // the foreground call is either ALERTING (where you can hear the other
332 && (fgCallState == Call.State.ALERTING || fgCallState == Call.State.ACTIVE)) {
    [all...]
InCallScreen.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 564 if (newState == Call.State.ALERTING) {
565 state = newState; // need in ALERTING to enable ringback
567 } else if (state == Call.State.ALERTING) {
875 case SipSession.State.OUTGOING_CALL_RING_BACK: return Call.State.ALERTING;
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 193 // One ALERTING connection
200 while (mGSMPhone.getForegroundCall().getState() != Call.State.ALERTING);
210 assertEquals(Call.State.ALERTING, mGSMPhone.getForegroundCall().getState());
645 // One ALERTING call
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 1024 milliseconds