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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 33 ALERTING, // MO call only
125 case 3: return State.ALERTING;
Call.java 33 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
44 return this == DIALING || this == ALERTING;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java 43 case ALERTING: return State.ALERTING;
CdmaConnection.java 744 || mParent.mState == CdmaCall.State.ALERTING;
752 case ALERTING:
CdmaCallTracker.java 615 || (dc.state == DriverCall.State.ALERTING
802 log("(foregnd) hangup dialing or alerting...");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCall.java 44 case ALERTING: return State.ALERTING;
GsmConnection.java 677 || mParent.mState == GsmCall.State.ALERTING;
685 case ALERTING:
GsmCallTracker.java 504 if (dc.state != DriverCall.State.ALERTING
546 || (dc.state == DriverCall.State.ALERTING
752 log("(foregnd) hangup dialing or alerting...");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 35 ALERTING(3), // MO call only
115 return mState == State.DIALING || mState == State.ALERTING;
148 /** number of msec between dialing -> alerting and alerting->active */
217 /** If a call is DIALING or ALERTING, progress it to the next state */
225 call.mState = CallInfo.State.ALERTING;
234 && call.mState == CallInfo.State.ALERTING
243 /** If a call is DIALING or ALERTING, progress it all the way to ACTIVE */
251 || call.mState == CallInfo.State.ALERTING)
302 || call.mState == CallInfo.State.ALERTING)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothPhoneService.java 281 // stages of DIALING > ALERTING -> ACTIVE we fake the
289 // Mimic dialing, put the call on hold, alerting
295 convertCallState(Call.State.IDLE, Call.State.ALERTING),
651 case ALERTING:
    [all...]
CallCard.java 265 // If the FG call is dialing/alerting, we should display for that call
267 // layer rejects the ringing call while the FG call is dialing/alerting,
488 case ALERTING:
    [all...]
CallNotifier.java     [all...]
InCallTouchUi.java 241 // If the FG call is dialing/alerting, we should display for that call
243 // layer rejects the ringing call while the FG call is dialing/alerting,
353 // the foreground call is either ALERTING (where you can hear the other
358 && (fgCallState == Call.State.ALERTING || fgCallState == Call.State.ACTIVE)) {
    [all...]
InCallScreen.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 403 case SipSession.State.OUTGOING_CALL_RING_BACK: return Call.State.ALERTING;
669 if (newState == Call.State.ALERTING) {
670 mState = newState; // need in ALERTING to enable ringback
672 } else if (mState == Call.State.ALERTING) {
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 194 // One ALERTING connection
201 while (mGSMPhone.getForegroundCall().getState() != Call.State.ALERTING);
211 assertEquals(Call.State.ALERTING, mGSMPhone.getForegroundCall().getState());
646 // One ALERTING call
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 405 milliseconds