OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALL_STATE_HELD
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java
61
final static int
CALL_STATE_HELD
= 1;
/packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java
631
state = mCdmaIsSecondCallActive ?
CALL_STATE_HELD
: CALL_STATE_ACTIVE;
633
state = mCdmaIsSecondCallActive ? CALL_STATE_ACTIVE :
CALL_STATE_HELD
;
637
state =
CALL_STATE_HELD
;
[
all
...]
Completed in 43 milliseconds