OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALERTING
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java
33
IDLE, ACTIVE, HOLDING, DIALING,
ALERTING
, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
44
return this == DIALING || this ==
ALERTING
;
DriverCall.java
33
ALERTING
, // MO call only
125
case 3: return State.
ALERTING
;
/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
...]
Completed in 47 milliseconds