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