OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONF_CALL
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telephony/src/com/android/phone/
CdmaPhoneCallState.java
29
* in a
CONF_CALL
state and user rejects a CW, which basically tells the PhoneApp that the
39
*
CONF_CALL
- When the user merges two calls or on accepting the Call waiting call.
52
*
CONF_CALL
- When the user merges two calls or on accepting the Call waiting call
58
CONF_CALL
BluetoothPhoneService.java
283
CdmaPhoneCallState.PhoneCallState.
CONF_CALL
&&
301
mCdmaThreeWayCallState == CdmaPhoneCallState.PhoneCallState.
CONF_CALL
) {
375
if (curr3WayCallState == CdmaPhoneCallState.PhoneCallState.
CONF_CALL
) {
581
//
CONF_CALL
and THRWAY_ACTIVE state
618
&& (currCdmaCallState == CdmaPhoneCallState.PhoneCallState.
CONF_CALL
)) {
658
if (currCdmaCallState == CdmaPhoneCallState.PhoneCallState.
CONF_CALL
) {
772
// If the Phone state is already in
CONF_CALL
then we simply sen
[
all
...]
PhoneUtils.java
301
// Set the Phone Call State to
CONF_CALL
303
CdmaPhoneCallState.PhoneCallState.
CONF_CALL
);
[
all
...]
Completed in 95 milliseconds